| Index: Source/core/storage/Storage.h
|
| diff --git a/Source/core/storage/Storage.h b/Source/core/storage/Storage.h
|
| index 7a3103b92f277839d8b545834f0ef2bd7296ad91..8b02e61b21c8e6e9fa5e3ad9e9b681b07d62710f 100644
|
| --- a/Source/core/storage/Storage.h
|
| +++ b/Source/core/storage/Storage.h
|
| @@ -60,6 +60,7 @@ namespace WebCore {
|
| bool anonymousNamedDeleter(const AtomicString&, ExceptionCode&);
|
| bool anonymousIndexedDeleter(unsigned, ExceptionCode&);
|
| void namedPropertyEnumerator(Vector<String>&, ExceptionCode&);
|
| + bool namedPropertyQuery(const AtomicString&, ExceptionCode&);
|
|
|
| private:
|
| Storage(Frame*, PassRefPtr<StorageArea>);
|
|
|