| Index: Source/web/FrameLoaderClientImpl.h | 
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h | 
| index afe7014f79e29a11d2fff77d027ba4d606f78311..a2815f75c2836fb33674a778a33607d9532c79a4 100644 | 
| --- a/Source/web/FrameLoaderClientImpl.h | 
| +++ b/Source/web/FrameLoaderClientImpl.h | 
| @@ -158,6 +158,7 @@ public: | 
| virtual void dispatchWillInsertBody() OVERRIDE; | 
|  | 
| virtual PassOwnPtr<WebServiceWorkerProvider> createServiceWorkerProvider() OVERRIDE; | 
| +    virtual bool isControlledByServiceWorker() OVERRIDE; | 
| virtual SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() OVERRIDE; | 
|  | 
| virtual PassOwnPtr<WebApplicationCacheHost> createApplicationCacheHost(WebApplicationCacheHostClient*) OVERRIDE; | 
|  |