From a89b2ebb8e192c5e8cea21079bda2ee2c0c7dddd Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 25 May 2012 15:09:11 +0200 Subject: Imported WebKit commit eb5c1b8fe4d4b1b90b5137433fc58a91da0e6878 (http://svn.webkit.org/repository/webkit/trunk@118516) --- Source/WebCore/html/HTMLFrameSetElement.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/WebCore/html/HTMLFrameSetElement.cpp') diff --git a/Source/WebCore/html/HTMLFrameSetElement.cpp b/Source/WebCore/html/HTMLFrameSetElement.cpp index c51ecc310..b0e7f0427 100644 --- a/Source/WebCore/html/HTMLFrameSetElement.cpp +++ b/Source/WebCore/html/HTMLFrameSetElement.cpp @@ -210,7 +210,7 @@ bool HTMLFrameSetElement::willRecalcStyle(StyleChange) return true; } -Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(Node* insertionPoint) +Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(ContainerNode* insertionPoint) { HTMLElement::insertedInto(insertionPoint); if (insertionPoint->inDocument()) { @@ -221,7 +221,7 @@ Node::InsertionNotificationRequest HTMLFrameSetElement::insertedInto(Node* inser return InsertionDone; } -void HTMLFrameSetElement::removedFrom(Node* insertionPoint) +void HTMLFrameSetElement::removedFrom(ContainerNode* insertionPoint) { HTMLElement::removedFrom(insertionPoint); if (insertionPoint->inDocument()) { -- cgit v1.2.1