Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1532)

Unified Diff: Source/core/svg/SVGDocument.cpp

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGDocument.h ('k') | Source/core/svg/SVGDocument.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGDocument.cpp
diff --git a/Source/core/svg/SVGDocument.cpp b/Source/core/svg/SVGDocument.cpp
index 876b66f645a2846f6fe2e19ffe5f106e45e52093..6f3d4ec17c35b08861e8a7d0ff1897c4689be110 100644
--- a/Source/core/svg/SVGDocument.cpp
+++ b/Source/core/svg/SVGDocument.cpp
@@ -35,7 +35,7 @@
namespace WebCore {
SVGDocument::SVGDocument(const DocumentInit& initializer)
- : Document(initializer, SVGDocumentClass)
+ : XMLDocument(initializer, XMLDocumentClass | SVGDocumentClass)
{
ScriptWrappable::init(this);
}
« no previous file with comments | « Source/core/svg/SVGDocument.h ('k') | Source/core/svg/SVGDocument.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698