| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 0fa1f0b522b883f6d39ae95ebf411abbdd5d20c3..24b0dc3fab3884dd7c2e47745fae99a2cc4e0fc3 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -507,6 +507,10 @@ public:
|
| unsigned long long newQuotaInBytes,
|
| WebStorageQuotaCallbacks) { }
|
|
|
| + virtual void requestDurability(
|
| + WebLocalFrame*,
|
| + WebStorageQuotaCallbacks) { }
|
| +
|
| // WebSocket -----------------------------------------------------
|
|
|
| // A WebSocket object is going to open a new WebSocket connection.
|
|
|