| Index: Source/WebCore/html/HTMLObjectElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLObjectElement.cpp (revision 78154)
|
| +++ Source/WebCore/html/HTMLObjectElement.cpp (working copy)
|
| @@ -318,6 +318,7 @@
|
| }
|
|
|
| HTMLPlugInImageElement::insertedIntoDocument();
|
| + FormAssociatedElement::insertedIntoDocument();
|
| }
|
|
|
| void HTMLObjectElement::removedFromDocument()
|
| @@ -329,6 +330,7 @@
|
| }
|
|
|
| HTMLPlugInImageElement::removedFromDocument();
|
| + FormAssociatedElement::removedFromDocument();
|
| }
|
|
|
| void HTMLObjectElement::attributeChanged(Attribute* attr, bool preserveDecls)
|
|
|