| Index: Source/core/html/HTMLScriptElement.h
|
| diff --git a/Source/core/html/HTMLScriptElement.h b/Source/core/html/HTMLScriptElement.h
|
| index 2292957f2ada7e96161778adc6e014dc8b74a1ee..2c7b0d8768e9c9d14c1c50d0b88a55e28197c9bc 100644
|
| --- a/Source/core/html/HTMLScriptElement.h
|
| +++ b/Source/core/html/HTMLScriptElement.h
|
| @@ -52,6 +52,7 @@ private:
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
|
| virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
| + virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE;
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
|
|