| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 52b4efde3459ef13b06d30a1522ba6c4ea5684cb..41df51d84e6b0b6fe5976573a32a8314d0b68a36 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -276,7 +276,7 @@ public:
|
| virtual void willReleaseScriptContext(v8::Handle<v8::Context>, int worldId) OVERRIDE { }
|
| virtual bool allowScriptExtension(const String& extensionName, int extensionGroup, int worldId) OVERRIDE { return false; }
|
|
|
| - virtual PassRefPtr<FrameNetworkingContext> createNetworkingContext() OVERRIDE;
|
| + virtual WebKit::WebCookieJar* cookieJar() const { return 0; }
|
|
|
| virtual void didRequestAutocomplete(PassRefPtr<FormState>) OVERRIDE;
|
| };
|
|
|