Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 9c0bb8c874ee88c6e0d6ad284dc0ba24757b34db..ea2a6a1022d7fdebef0467188f98564510753606 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -46,6 +46,7 @@ public: |
virtual bool isEnumeratable() const { return true; } |
virtual bool isInteractiveContent() const OVERRIDE; |
+ virtual bool isFormAssociatedElement() const OVERRIDE { return true; } |
virtual bool appendFormData(FormDataList&, bool); |
virtual bool isObjectElement() const OVERRIDE { return true; } |