Closed
Bug 1053948
Opened 11 years ago
Closed 11 years ago
System JS : WARNING resource://gre/modules/FxAccounts.jsm:64 - assignment to undeclared variable AccountState
Categories
(Firefox :: Sync, defect)
Firefox
Sync
Tracking
()
People
(Reporter: dholbert, Assigned: markh)
References
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Noticed this go by in my terminal output, when starting my debug-build:
{
System JS : WARNING resource://gre/modules/FxAccounts.jsm:64 - assignment to undeclared variable AccountState
}
This is from this code:
> 64 AccountState = function(fxaInternal) {
> 65 this.fxaInternal = fxaInternal;
> 66 };
http://mxr.mozilla.org/mozilla-central/source/services/fxaccounts/FxAccounts.jsm?rev=746fb5986153#64
I suspect this just needs a "let" on line 64, to declare AccountState.
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(mhammond)
| Assignee | ||
Comment 1•11 years ago
|
||
Nice catch - thanks! Trivial patch attached.
Attachment #8474287 -
Flags: review?(ckarlof)
Flags: needinfo?(mhammond)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mhammond
Points: --- → 1
OS: Linux → All
Hardware: x86_64 → All
Comment 2•11 years ago
|
||
Comment on attachment 8474287 [details] [diff] [review]
0001-Bug-1053948-declare-AccountState-in-fxAccounts.-r-ck.patch
Welcome back, Mark :)
Attachment #8474287 -
Flags: review?(ckarlof) → review+
Comment 3•11 years ago
|
||
God yes, welcome back!
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Iteration: --- → 34.2
Updated•11 years ago
|
Status: NEW → ASSIGNED
Flags: firefox-backlog+
Whiteboard: [qa?]
Updated•11 years ago
|
Flags: qe-verify-
Whiteboard: [qa?]
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•7 years ago
|
Component: Firefox Sync: Backend → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•