| Index: Source/WebCore/dom/StyledElement.h
|
| ===================================================================
|
| --- Source/WebCore/dom/StyledElement.h (revision 88860)
|
| +++ Source/WebCore/dom/StyledElement.h (working copy)
|
| @@ -84,6 +84,8 @@
|
| // svgAttributeChanged (called when element.className.baseValue is set)
|
| void classAttributeChanged(const AtomicString& newClassString);
|
|
|
| + virtual void insertedIntoDocument();
|
| + virtual void removedFromDocument();
|
| virtual void didMoveToNewOwnerDocument();
|
|
|
| private:
|
|
|