Closed
Bug 818279
Opened 13 years ago
Closed 13 years ago
JSCustomObjectBuilder.cpp fails to build with clang 3.1 on Linux
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: gw280, Assigned: gw280)
References
Details
Attachments
(1 file)
861 bytes,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
/home/george/dev/mozilla-central-2/tools/profiler/JSCustomObjectBuilder.cpp:193:10: error: expected a
class or namespace
return PLDHashOperator::PL_DHASH_NEXT;
^
/home/george/dev/mozilla-central-2/tools/profiler/JSCustomObjectBuilder.cpp:225:10: error: expected a
class or namespace
return PLDHashOperator::PL_DHASH_NEXT;
^
2 errors generated.
Assignee | ||
Comment 1•13 years ago
|
||
Don't prefix PL_DHASH_NEXT.
Attachment #688478 -
Flags: review?(bgirard)
Updated•13 years ago
|
Attachment #688478 -
Flags: review?(bgirard) → review+
Comment 2•13 years ago
|
||
ty ehsan
Assignee | ||
Comment 3•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•