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