Index: Source/core/storage/Storage.h |
diff --git a/Source/core/storage/Storage.h b/Source/core/storage/Storage.h |
index cdcb968ff6f75f076944395bd3b03b111c99b54e..c6ee5bc0e67bfbea6d7cfd237c9c533871b5b9dd 100644 |
--- a/Source/core/storage/Storage.h |
+++ b/Source/core/storage/Storage.h |
@@ -56,6 +56,7 @@ namespace WebCore { |
String anonymousIndexedGetter(unsigned, ExceptionCode&); |
String anonymousNamedGetter(const AtomicString&, ExceptionCode&); |
bool anonymousNamedSetter(const AtomicString& name, const AtomicString& value, ExceptionCode&); |
+ bool anonymousIndexedSetter(unsigned, const AtomicString&, ExceptionCode&); |
bool anonymousNamedDeleter(const AtomicString&, ExceptionCode&); |
bool anonymousIndexedDeleter(unsigned, ExceptionCode&); |