Closed Bug 776515 Opened 12 years ago Closed 12 years ago

Move InternalIsSupported to nsContentUtils

Categories

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

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla19

People

(Reporter: ayg, Assigned: Ms2ger)

References

Details

Attachments

(1 file)

Assignee: nobody → Ms2ger
Attached patch Patch v1 (deleted) — Splinter Review
Attachment #667846 - Flags: review?(khuey)
Comment on attachment 667846 [details] [diff] [review] Patch v1 Review of attachment 667846 [details] [diff] [review]: ----------------------------------------------------------------- ::: content/base/src/nsContentUtils.cpp @@ +170,5 @@ > #include "mozilla/Attributes.h" > #include "nsIParserService.h" > #include "nsIDOMScriptObjectFactory.h" > #include "nsSandboxFlags.h" > +#include "nsSVGFeatures.h" Can you stop including nsSVGFeatures.h in FragmentOrElement.cpp? ::: content/base/src/nsDOMAttribute.cpp @@ +445,5 @@ > bool* aReturn) > { > OwnerDoc()->WarnOnceAbout(nsIDocument::eIsSupported); > > + *aReturn = nsContentUtils::InternalIsSupported(static_cast<nsIDOMAttr*>(this), Get rid of the trailing whitespace while you're here.
Attachment #667846 - Flags: review?(khuey) → review+
Comment on attachment 667846 [details] [diff] [review] Patch v1 Review of attachment 667846 [details] [diff] [review]: ----------------------------------------------------------------- ::: content/base/src/FragmentOrElement.cpp @@ -112,5 @@ > #include "mozAutoDocUpdate.h" > > #include "prprf.h" > #include "nsDOMMutationObserver.h" > -#include "nsSVGFeatures.h" Yeah, I believe I can
We might want to not land this immediately, to avoid bitrotting bug 773780.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
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: