| Index: Source/WebCore/html/HTMLFrameElementBase.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLFrameElementBase.cpp (revision 126676)
|
| +++ Source/WebCore/html/HTMLFrameElementBase.cpp (working copy)
|
| @@ -157,11 +157,11 @@
|
| {
|
| HTMLFrameOwnerElement::insertedInto(insertionPoint);
|
| if (insertionPoint->inDocument())
|
| - return InsertionShouldCallDidNotifyDescendantInsertions;
|
| + return InsertionShouldCallDidNotifySubtreeInsertions;
|
| return InsertionDone;
|
| }
|
|
|
| -void HTMLFrameElementBase::didNotifyDescendantInsertions(ContainerNode* insertionPoint)
|
| +void HTMLFrameElementBase::didNotifySubtreeInsertions(ContainerNode* insertionPoint)
|
| {
|
| ASSERT_UNUSED(insertionPoint, insertionPoint->inDocument());
|
|
|
|
|