Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 9c0bb8c874ee88c6e0d6ad284dc0ba24757b34db..fc2c20860b51a8e9782d85c6715062e799a27670 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -37,6 +37,8 @@ public: |
const String& classId() const { return m_classId; } |
+ virtual HTMLFormElement* formOwner() const OVERRIDE; |
+ |
bool containsJavaApplet() const; |
virtual bool useFallbackContent() const OVERRIDE; |
@@ -101,7 +103,6 @@ private: |
virtual void refFormAssociatedElement() { ref(); } |
virtual void derefFormAssociatedElement() { deref(); } |
- virtual HTMLFormElement* virtualForm() const; |
virtual bool shouldRegisterAsNamedItem() const OVERRIDE { return true; } |
virtual bool shouldRegisterAsExtraNamedItem() const OVERRIDE { return true; } |