Index: Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
index 9372cd864e7ea6737bf2abab0ad7317c5fc43465..a8bbe75f0965eeeae6bf8301273f91145de9c8e0 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/Source/core/html/HTMLFrameOwnerElement.h |
@@ -33,7 +33,7 @@ class Frame; |
class RenderPart; |
class Widget; |
-class HTMLFrameOwnerElement : public FrameOwner, public HTMLElement { |
+class HTMLFrameOwnerElement : public HTMLElement, public FrameOwner { |
public: |
virtual ~HTMLFrameOwnerElement(); |