| Index: Source/web/WebWorkerClientImpl.h
 | 
| diff --git a/Source/web/WebWorkerClientImpl.h b/Source/web/WebWorkerClientImpl.h
 | 
| index 409bcda07fac434b81d6301d1ebd13c9e5533fa5..93d154cd903d524c2a513fefa26c1bc3c3b2100b 100644
 | 
| --- a/Source/web/WebWorkerClientImpl.h
 | 
| +++ b/Source/web/WebWorkerClientImpl.h
 | 
| @@ -85,7 +85,6 @@ public:
 | 
|      virtual void openFileSystem(WebFileSystemType, long long size, bool create,
 | 
|          WebFileSystemCallbacks*) OVERRIDE;
 | 
|      virtual bool allowIndexedDB(const WebString& name) OVERRIDE;
 | 
| -    virtual void queryUsageAndQuota(WebStorageQuotaType, WebStorageQuotaCallbacks*) OVERRIDE;
 | 
|  
 | 
|  private:
 | 
|      WebWorkerClientImpl(WebCore::Worker*, WebFrameImpl*, PassOwnPtr<WebCore::WorkerClients>);
 | 
| 
 |