Closed
Bug 1257038
Opened 9 years ago
Closed 9 years ago
De-workerify WorkerLocation
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file)
7.63 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Remove the worker descriptor, and move the class from mozilla::dom::workers::Location to mozilla::dom::WorkerLocation.
Attachment #8731007 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•9 years ago
|
||
Comment on attachment 8731007 [details] [diff] [review]
Patch
>+#include "WorkerLocation.h"
It's exported, right? So mozilla/dom/WorkerLocation.h in both places.
r=me
Attachment #8731007 -
Flags: review?(bzbarsky) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•