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. |