From bec39347bb3bb5bf1187ccaf471d26247f28b585 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Thu, 30 Sep 2010 15:42:16 +0100 Subject: Merge WebKit at r68651 : Initial merge by git. Change-Id: I3d6bff59f17eedd6722723354f386fec9be8ad12 --- WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp | 3 +-- WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'WebKit/haiku/WebCoreSupport') diff --git a/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp b/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp index 705a333..cae0ed1 100644 --- a/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp +++ b/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp @@ -741,7 +741,7 @@ PassRefPtr FrameLoaderClientHaiku::createFrame(const KURL& url, const Str return 0; } -void FrameLoaderClientHaiku::didTransferChildFrameToNewDocument() +void FrameLoaderClientHaiku::didTransferChildFrameToNewDocument(Page*) { } @@ -854,4 +854,3 @@ void FrameLoaderClientHaiku::transitionToCommittedForNewPage() } } // namespace WebCore - diff --git a/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h b/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h index eafbfc3..1701cb0 100644 --- a/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h +++ b/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h @@ -221,7 +221,7 @@ namespace WebCore { virtual PassRefPtr createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement*, const String& referrer, bool allowsScrolling, int marginWidth, int marginHeight); - virtual void didTransferChildFrameToNewDocument(); + virtual void didTransferChildFrameToNewDocument(WebCore::Page*); virtual PassRefPtr createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector&, const Vector&, const String&, bool loadManually); @@ -252,4 +252,3 @@ namespace WebCore { } // namespace WebCore #endif // FrameLoaderClientHaiku_h - -- cgit v1.1