| Index: Source/WebCore/html/HTMLBodyElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLBodyElement.h (revision 88860)
|
| +++ Source/WebCore/html/HTMLBodyElement.h (working copy)
|
| @@ -74,6 +74,8 @@
|
| virtual void parseMappedAttribute(Attribute*);
|
|
|
| virtual void insertedIntoDocument();
|
| + virtual void removedFromDocument();
|
| + virtual void didMoveToNewOwnerDocument();
|
|
|
| void createLinkDecl();
|
|
|
| @@ -91,8 +93,6 @@
|
| virtual int scrollWidth() const;
|
|
|
| virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
|
| -
|
| - virtual void didMoveToNewOwnerDocument();
|
|
|
| RefPtr<CSSMutableStyleDeclaration> m_linkDecl;
|
| };
|
|
|