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; } |