Closed
Bug 1411692
Opened 7 years ago
Closed 7 years ago
move forward declaration to Refs.h
Categories
(Core Graveyard :: Widget: Android, enhancement)
Core Graveyard
Widget: Android
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
1.43 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
clang complains if we don't have a declaration for Context::sClassRef;
Accessors.h had one, but it's not in the right place to prevent clang
from complaining. Moving it closer to where Context itself is declared
seems like a reasonable thing to do.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8922042 -
Flags: review?(nchen)
Updated•7 years ago
|
Attachment #8922042 -
Flags: review?(nchen) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4d5c0c5017c7
move forward declaration to Refs.h; r=darchons
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•