Closed Bug 1279038 Opened 8 years ago Closed 8 years ago

dom/base/nsSyncLoadService.cpp fails to build

Categories

(Core :: DOM: Core & HTML, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla50
Tracking Status
firefox50 --- fixed

People

(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)

Details

(Whiteboard: btpp-active)

Attachments

(1 file)

0:15.35 In file included from dom/base/Unified_cpp_dom_base8.cpp:2:
 0:15.35 dom/base/nsSyncLoadService.cpp:34:29: error: base class has incomplete type
 0:15.35 class nsSyncLoader : public nsIStreamListener,
 0:15.35                      ~~~~~~~^~~~~~~~~~~~~~~~~
 0:15.35 dist/include/nsIChannel.h:27:7: note: forward declaration of 'nsIStreamListener'
 0:15.35 class nsIStreamListener; /* forward declaration */
 0:15.35       ^

...

 0:14.49 In file included from dom/base/Unified_cpp_dom_base8.cpp:2:
 0:14.49 dom/base/nsSyncLoadService.cpp:330:26: error: member access into incomplete type 'nsIURI'
 0:14.49       ((NS_SUCCEEDED(aURI->SchemeIs("chrome", &isChrome)) && isChrome) ||
 0:14.49                          ^
Attached patch fixSplinter Review
Attachment #8761360 - Flags: review?(jonas)
Whiteboard: btpp-active
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1157f21f420d
Add a couple of #includes that this file requires to build.  r=sicking
https://hg.mozilla.org/mozilla-central/rev/1157f21f420d
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: