Closed Bug 919111 Opened 11 years ago Closed 11 years ago

toolkit/xre/EventTracer.cpp:191:3: error: use of undeclared identifier 'NS_ABORT_IF_FALSE' (non-SPS)

Categories

(Core :: Gecko Profiler, defect)

All
FreeBSD
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla27

People

(Reporter: jbeich, Assigned: jbeich)

References

()

Details

Attachments

(1 file)

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)
Attachment #808078 - Flags: review?(ehsan) → review+
Assignee: nobody → jbeich
https://hg.mozilla.org/mozilla-central/rev/833fedc83204
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: