Index: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
index bc3dc61974594a1ba8a1cbc8b46178f47a348ed4..e9c1d23409f96a4a13af3c294a2a8d2cfd699d2a 100644 |
--- a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
+++ b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h |
@@ -16,7 +16,7 @@ public: |
protected: |
virtual ~CompositorWorkerMessagingProxy(); |
- virtual PassRefPtr<WorkerThread> createWorkerThread(double originTime, PassOwnPtr<WorkerThreadStartupData>); |
+ virtual PassRefPtr<WorkerScript> createWorkerScript(double originTime, PassOwnPtr<WorkerScriptStartupData>); |
}; |
} // namespace blink |