Index: Source/WebCore/html/HTMLFrameElementBase.h |
=================================================================== |
--- Source/WebCore/html/HTMLFrameElementBase.h (revision 126676) |
+++ Source/WebCore/html/HTMLFrameElementBase.h (working copy) |
@@ -51,7 +51,7 @@ |
virtual void parseAttribute(const Attribute&) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
- virtual void didNotifyDescendantInsertions(ContainerNode*) OVERRIDE; |
+ virtual void didNotifySubtreeInsertions(ContainerNode*) OVERRIDE; |
virtual void attach(); |
private: |