Closed
Bug 1312345
Opened 8 years ago
Closed 8 years ago
dom/base/Navigator.cpp:774:10: error: 'supports_sse2' is not a member of 'mozilla'
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: jbeich, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
In file included from objdir/dom/base/Unified_cpp_dom_base2.cpp:74:
dom/base/Navigator.cpp:774:19: error: no member named 'supports_sse2' in namespace
'mozilla'
return mozilla::supports_sse2();
~~~~~~~~~^
1 error generated.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8803787 [details]
Bug 1312345 - Add missing header after bug 1277359.
https://reviewboard.mozilla.org/r/87940/#review87038
The wonders of unified builds. Thanks for the fix!
Attachment #8803787 -
Flags: review?(giles) → review+
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f5b330a065fc
Add missing header after bug 1277359. r=rillian
Keywords: checkin-needed
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•