| Index: public/web/WebCommonWorkerClient.h
 | 
| diff --git a/public/web/WebCommonWorkerClient.h b/public/web/WebCommonWorkerClient.h
 | 
| index 489859edc14d9b434303707b6fd2029ca5644ad9..4e9b27dcc9ee2f0b7c711c1ff98700bb02e0580c 100644
 | 
| --- a/public/web/WebCommonWorkerClient.h
 | 
| +++ b/public/web/WebCommonWorkerClient.h
 | 
| @@ -73,13 +73,8 @@ public:
 | 
|      {
 | 
|          return true;
 | 
|      }
 | 
| -    virtual void queryUsageAndQuota(WebStorageQuotaType, WebStorageQuotaCallbacks*)
 | 
| -    {
 | 
| -        WEBKIT_ASSERT_NOT_REACHED();
 | 
| -    }
 | 
|  };
 | 
|  
 | 
| -
 | 
|  } // namespace WebKit
 | 
|  
 | 
|  #endif
 | 
| 
 |