Closed
Bug 1509135
Opened 6 years ago
Closed 6 years ago
Only define UnregisterCallback once
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: perry, Assigned: perry)
References
Details
Attachments
(1 file)
UnregisterCallback is defined/implemented in both ServiceWorkerRegistrationImpl.cpp and ServiceWorkerRegistrationProxy.cpp, and both implementations are essentially the same.
While this isn't a current issue, because the definitions are ultimately placed in separate Unified_cpp_dom_serviceworkers<N>.cpp files, adding to UNIFIED_SOURCES in dom/serviceworkers/moz.build can cause the two definitions to be placed in the same file.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → perry
Assignee | ||
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/21bc8b9a89ac
Only define UnregisterCallback once r=mrbkap
Keywords: checkin-needed
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•