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

Unified Diff: Source/core/html/HTMLFrameOwnerElement.h

Issue 268803005: Replace SVGDocument by XMLDocument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add rootElement() variant Created 6 years, 7 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/frame/LocalFrame.cpp ('k') | Source/core/html/HTMLFrameOwnerElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameOwnerElement.h
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
index cc418ad1cd013f3a1819d26f954048a534d77ccb..e3d2add046ed31cfecd9e07d8882271e8bf062ff 100644
--- a/Source/core/html/HTMLFrameOwnerElement.h
+++ b/Source/core/html/HTMLFrameOwnerElement.h
@@ -22,7 +22,6 @@
#define HTMLFrameOwnerElement_h
#include "core/html/HTMLElement.h"
-#include "core/svg/SVGDocument.h"
#include "wtf/HashCountedSet.h"
namespace WebCore {
@@ -51,7 +50,7 @@ public:
// RenderObject when using fallback content.
RenderPart* renderPart() const;
- SVGDocument* getSVGDocument(ExceptionState&) const;
+ Document* getSVGDocument(ExceptionState&) const;
virtual ScrollbarMode scrollingMode() const { return ScrollbarAuto; }
« no previous file with comments | « Source/core/frame/LocalFrame.cpp ('k') | Source/core/html/HTMLFrameOwnerElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698