Closed
Bug 1245100
Opened 10 years ago
Closed 10 years ago
Missing includes in SystemProperty.cpp
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(firefox47 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(1 file)
571 bytes,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8714795 -
Flags: review?(echen)
Comment 2•10 years ago
|
||
Comment on attachment 8714795 [details] [diff] [review]
[01] Bug 1245100: Include missing headers in SystemProperty.cpp
Review of attachment 8714795 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you.
Just curious is there any build error caused by this? I thought b2g build is good now [1].
[1] https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&exclusion_profile=false&group_state=expanded&filter-searchStr=b2g&selectedJob=20946756
Attachment #8714795 -
Flags: review?(echen) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Hi,
The current code got these headers from a different file via the unified-sources mechanism. When I added a source file to this directory, the build system the groups in which source files where built, and so SystemProperty.cpp lost the implicit includes.
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•