| Index: Source/core/inspector/InspectorDOMStorageAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMStorageAgent.h b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| index 5a9a872f0661f012b01ce8c4983d2f8e9c000b5f..373e5fecf4eacadca9c4cebd25e0298907b80ec4 100644
|
| --- a/Source/core/inspector/InspectorDOMStorageAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| @@ -62,6 +62,7 @@ public:
|
| // Called from the front-end.
|
| virtual void enable(ErrorString*);
|
| virtual void disable(ErrorString*);
|
| + virtual void getDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, TypeBuilder::OptOutput<WTF::String>* value);
|
| virtual void getDOMStorageItems(ErrorString*, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items);
|
| virtual void setDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key, const String& value);
|
| virtual void removeDOMStorageItem(ErrorString*, const RefPtr<JSONObject>& storageId, const String& key);
|
|
|