| Index: Source/core/storage/Storage.h
|
| diff --git a/Source/core/storage/Storage.h b/Source/core/storage/Storage.h
|
| index 34e131712c6c9d90346053688f8b747eb9336e94..4a3eac30349e152c233f8f73ca88ea811d6ec1b9 100644
|
| --- a/Source/core/storage/Storage.h
|
| +++ b/Source/core/storage/Storage.h
|
| @@ -57,7 +57,7 @@ public:
|
| String anonymousNamedGetter(const AtomicString&, ExceptionState&);
|
| bool anonymousNamedSetter(const AtomicString& name, const AtomicString& value, ExceptionState&);
|
| bool anonymousIndexedSetter(unsigned, const AtomicString&, ExceptionState&);
|
| - bool anonymousNamedDeleter(const AtomicString&, ExceptionState&);
|
| + bool anonymousNamedDeleter(const AtomicString&, bool&, ExceptionState&);
|
| bool anonymousIndexedDeleter(unsigned, ExceptionState&);
|
| void namedPropertyEnumerator(Vector<String>&, ExceptionState&);
|
| bool namedPropertyQuery(const AtomicString&, ExceptionState&);
|
|
|