| Index: third_party/WebKit/Source/modules/storage/Storage.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/Storage.h b/third_party/WebKit/Source/modules/storage/Storage.h
|
| index b0d3e0fb6620c4b0ff5ec8e96b8c7d7a98e842c9..8e51d0ce626186cc69e72219ea246d779265ef40 100644
|
| --- a/third_party/WebKit/Source/modules/storage/Storage.h
|
| +++ b/third_party/WebKit/Source/modules/storage/Storage.h
|
| @@ -54,12 +54,9 @@ public:
|
|
|
| StorageArea* area() const { return m_storageArea.get(); }
|
|
|
| - String anonymousIndexedGetter(unsigned, ExceptionState&);
|
| String anonymousNamedGetter(const AtomicString&, ExceptionState&);
|
| bool anonymousNamedSetter(const AtomicString& name, const AtomicString& value, ExceptionState&);
|
| - bool anonymousIndexedSetter(unsigned, const AtomicString&, ExceptionState&);
|
| DeleteResult anonymousNamedDeleter(const AtomicString&, ExceptionState&);
|
| - DeleteResult anonymousIndexedDeleter(unsigned, ExceptionState&);
|
| void namedPropertyEnumerator(Vector<String>&, ExceptionState&);
|
| bool namedPropertyQuery(const AtomicString&, ExceptionState&);
|
|
|
|
|