Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 65966c63bd60643ebac90782854e9b5cacd1ecf7..347ed7993f84c2d830523921f786417f11f132d6 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -99,6 +99,8 @@ private: |
bool shouldAllowQuickTimeClassIdQuirk(); |
bool hasValidClassId(); |
+ void reloadPluginOnAttributeChange(const QualifiedName&); |
+ |
virtual void refFormAssociatedElement() OVERRIDE { ref(); } |
virtual void derefFormAssociatedElement() OVERRIDE { deref(); } |