From 5abb8606fa57c3ebfc8b3c3dbc3fa4a25d2ae306 Mon Sep 17 00:00:00 2001 From: Iain Merrick Date: Mon, 13 Sep 2010 16:35:48 +0100 Subject: Merge WebKit at r67178 : Initial merge by git. Change-Id: I57e01163b6866cb029cdadf405a0394a3918bc18 --- WebCore/loader/FrameLoaderClient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WebCore/loader/FrameLoaderClient.h') diff --git a/WebCore/loader/FrameLoaderClient.h b/WebCore/loader/FrameLoaderClient.h index 26a1259..7c28c51 100644 --- a/WebCore/loader/FrameLoaderClient.h +++ b/WebCore/loader/FrameLoaderClient.h @@ -52,6 +52,7 @@ namespace WebCore { class FormState; class Frame; class FrameLoader; + class FrameNetworkingContext; class HistoryItem; class HTMLAppletElement; class HTMLFormElement; @@ -285,6 +286,8 @@ namespace WebCore { virtual void didNotAllowScript() { } // This callback is similar, but for plugins. virtual void didNotAllowPlugins() { } + + virtual PassRefPtr createNetworkingContext() = 0; }; } // namespace WebCore -- cgit v1.1