Closed
Bug 674805
Opened 14 years ago
Closed 14 years ago
Clang complains about explicit instantiation of WorkerPrivateParent outside of namespace
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: jchen, Assigned: jchen)
Details
(Whiteboard: [inbound])
Attachments
(1 file)
878 bytes,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
> dom/workers/WorkerPrivate.cpp:3114:16: error: explicit
> instantiation of 'mozilla::dom::workers::WorkerPrivateParent' must occur
> in namespace 'mozilla::dom::workers'
Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 549007 [details] [diff] [review]
Simple fix
Review of attachment 549007 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #549007 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 3•14 years ago
|
||
Keywords: checkin-needed
Whiteboard: [inbound]
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
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
•