Closed
Bug 919111
Opened 12 years ago
Closed 12 years ago
toolkit/xre/EventTracer.cpp:191:3: error: use of undeclared identifier 'NS_ABORT_IF_FALSE' (non-SPS)
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: jbeich, Assigned: jbeich)
References
()
Details
Attachments
(1 file)
|
645 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
On platforms without SPS profiler the build is broken due to nsDebug.h being implicitly included via nsAlgorithm.h in GeckoProfilerImpl.h. It started to happen after bug 918105 removed nsDebug.h include from mozilla/TimeStamp.h which is used by EventTracer.cpp.
toolkit/xre/EventTracer.cpp:191:3: error:
use of undeclared identifier 'NS_ABORT_IF_FALSE'
NS_ABORT_IF_FALSE(!sTracerThread, "Event tracing already initialized!");
^
Attachment #808078 -
Flags: review?(ehsan)
Updated•12 years ago
|
Attachment #808078 -
Flags: review?(ehsan) → review+
Updated•12 years ago
|
Assignee: nobody → jbeich
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•