Fix compile errors after bug 1586887
Categories
(Core :: DOM: Core & HTML, task, P2)
Tracking
()
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1586887 +++
Compiling Thunderbird:
Doesn't compile, you're missing some include:
/builds/worker/workspace/build/src/dom/base/nsGlobalWindowInner.h:590:35: error: incomplete result type 'mozilla::dom::WindowProxyHolder' in function definition
/builds/worker/workspace/build/src/dom/base/nsGlobalWindowInner.h:590:51: error: calling 'Window' with incomplete return type 'mozilla::dom::WindowProxyHolder'
https://hg.mozilla.org/mozilla-central/rev/aedc45de64b3e561e8f4ddd9311ac99af5367aff#l4.14
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7fc0a96a5ca10811216de69f4f54b7a13e3fee28
Bug 1588290 - Added missing include of WindowProxyHolder.h to nsGlobalWindowInner.h. r=emilio a=bustage-fix
MANUAL PUSH: bustage fix for Thunderbird
I've discussed the push with the sheriff on duty.
Updated•6 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Description
•