| Index: public/platform/Platform.h
|
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h
|
| index 2eb272dec58269129815ec6c9c52f187f72a7161..562aa1cc9017ff92c597bc1b64e3888c913f8974 100644
|
| --- a/public/platform/Platform.h
|
| +++ b/public/platform/Platform.h
|
| @@ -107,7 +107,6 @@ class WebURL;
|
| class WebURLLoader;
|
| class WebUnitTestSupport;
|
| class WebWaitableEvent;
|
| -class WebWorkerRunLoop;
|
| struct WebLocalizedString;
|
| struct WebSize;
|
|
|
| @@ -586,8 +585,8 @@ public:
|
|
|
| // WebWorker ----------------------------------------------------------
|
|
|
| - virtual void didStartWorkerRunLoop(const WebWorkerRunLoop&) { }
|
| - virtual void didStopWorkerRunLoop(const WebWorkerRunLoop&) { }
|
| + virtual void didStartWorkerRunLoop() { }
|
| + virtual void didStopWorkerRunLoop() { }
|
|
|
| // WebCrypto ----------------------------------------------------------
|
|
|
|
|