Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1041)

Unified Diff: third_party/WebKit/Source/modules/storage/Storage.h

Issue 2321073002: binding: Let indexed interceptor falls through to named interceptor. (Closed)
Patch Set: Updated global-interface-listing expectations. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLObjectElement.idl ('k') | third_party/WebKit/Source/modules/storage/Storage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698