Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Unified Diff: webkit/api/src/WebWorkerImpl.cpp

Issue 342024: Adds default implementations to WebFrameClient (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/api/src/WebWorkerImpl.cpp
diff --git a/webkit/api/src/WebWorkerImpl.cpp b/webkit/api/src/WebWorkerImpl.cpp
index 801263d5e57de786be634cad79b032b2fd9ede63..6d97958109ccb658b5ef40ee8a9d2ca766fc7e34 100644
--- a/webkit/api/src/WebWorkerImpl.cpp
+++ b/webkit/api/src/WebWorkerImpl.cpp
@@ -45,7 +45,6 @@
#include <wtf/MainThread.h>
#include <wtf/Threading.h>
-#include "EmptyWebFrameClientImpl.h"
#include "PlatformMessagePortChannel.h"
#include "WebDataSourceImpl.h"
#include "WebFrameClient.h"
@@ -67,7 +66,7 @@ namespace WebKit {
// Dummy WebViewDelegate - we only need it in Worker process to load a
// 'shadow page' which will initialize WebCore loader.
-class WorkerWebFrameClient : public WebKit::EmptyWebFrameClient {
+class WorkerWebFrameClient : public WebKit::WebFrameClient {
public:
// Tell the loader to load the data into the 'shadow page' synchronously,
// so we can grab the resulting Document right after load.

Powered by Google App Engine
This is Rietveld 408576698