Closed Bug 901612 Opened 11 years ago Closed 11 years ago

delete unused headers from DOMError.h

Categories

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

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla26

People

(Reporter: froydnj, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
The header doesn't use BindingUtils.h or nsCycleCollectionParticipant.h.  It ought
to be able to forward-declare ErrorResult and remove ErrorResult.h, but that runs
into forward-declaration-after-actual-declaration errors, which is kind of
unfortunate.
Attachment #785867 - Flags: review?(bzbarsky)
Comment on attachment 785867 [details] [diff] [review]
delete unused headers from DOMError.h

Scratch this, new patch coming with ErrorResult forward-declared in the correct namespace.
Attachment #785867 - Flags: review?(bzbarsky)
Here's one with unused headers deleted and ErrorResult simply forward-declared.
Attachment #785867 - Attachment is obsolete: true
Attachment #785882 - Flags: review?(bzbarsky)
Comment on attachment 785882 [details] [diff] [review]
delete unused headers from DOMError.h

r=me
Attachment #785882 - Flags: review?(bzbarsky) → review+
https://hg.mozilla.org/mozilla-central/rev/9b0b4a26e7c7
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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: