| Index: Source/core/inspector/InspectorDOMStorageAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMStorageAgent.h b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| index 0b76d3a7b587d4fa6f72d1a34893f6bb6f17e515..1d213f45e33aa00e265ffe5ae7c709dba70ba60f 100644
|
| --- a/Source/core/inspector/InspectorDOMStorageAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| @@ -56,6 +56,7 @@ public:
|
|
|
| virtual void setFrontend(InspectorFrontend*) OVERRIDE;
|
| virtual void clearFrontend() OVERRIDE;
|
| + virtual void restore() OVERRIDE;
|
|
|
| // Called from the front-end.
|
| virtual void enable(ErrorString*) OVERRIDE;
|
|
|