| Index: webkit/glue/webkitplatformsupport_impl.h
|
| ===================================================================
|
| --- webkit/glue/webkitplatformsupport_impl.h (revision 114164)
|
| +++ webkit/glue/webkitplatformsupport_impl.h (working copy)
|
| @@ -124,11 +124,6 @@
|
| void SuspendSharedTimer();
|
| void ResumeSharedTimer();
|
|
|
| - virtual void didStartWorkerRunLoop(
|
| - const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
|
| - virtual void didStopWorkerRunLoop(
|
| - const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
|
| -
|
| private:
|
| void DoTimeout() {
|
| if (shared_timer_func_ && !shared_timer_suspended_)
|
|
|