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.h

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/inspector/InspectorDOMAgent.cpp ('k') | Source/core/svg/SVGDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGDocument.h
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
index fd9a4f239708cc7fbe5016a896f93650c01a38b8..e3d4041d3385de7dfb78310777f27a4a34e42223 100644
--- a/Source/core/svg/SVGDocument.h
+++ b/Source/core/svg/SVGDocument.h
@@ -21,14 +21,14 @@
#ifndef SVGDocument_h
#define SVGDocument_h
-#include "core/dom/Document.h"
+#include "core/dom/XMLDocument.h"
#include "platform/geometry/FloatPoint.h"
namespace WebCore {
class SVGSVGElement;
-class SVGDocument FINAL : public Document {
+class SVGDocument FINAL : public XMLDocument {
public:
static PassRefPtr<SVGDocument> create(const DocumentInit& initializer = DocumentInit())
{
« no previous file with comments | « Source/core/inspector/InspectorDOMAgent.cpp ('k') | Source/core/svg/SVGDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698