Closed
Bug 210704
Opened 22 years ago
Closed 22 years ago
nsPIDOMWindow.h should not include nsIScriptContext.h
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
|
1.64 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
There's really no reason for this #include to exist, and it ends up dragging in
js header files as well when you include nsPIDOMWindow (this is breaking the
Camino build at the moment).
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Updated•22 years ago
|
Attachment #126501 -
Flags: superreview?(dbaron)
Attachment #126501 -
Flags: review?(dbaron)
Attachment #126501 -
Flags: superreview?(jst)
Attachment #126501 -
Flags: superreview?(dbaron)
Attachment #126501 -
Flags: review?(jst)
Attachment #126501 -
Flags: review?(dbaron)
Comment 2•22 years ago
|
||
Comment on attachment 126501 [details] [diff] [review]
remove the dependency
r+sr=jst
Attachment #126501 -
Flags: superreview?(jst)
Attachment #126501 -
Flags: superreview+
Attachment #126501 -
Flags: review?(jst)
Attachment #126501 -
Flags: review+
| Assignee | ||
Comment 3•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•