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

Unified Diff: Source/core/storage/Storage.h

Issue 17225003: Support named query generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: remove int returnValue and hard code v8::None Created 7 years, 6 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
« no previous file with comments | « Source/core/dom/DOMStringMap.cpp ('k') | Source/core/storage/Storage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>);
« no previous file with comments | « Source/core/dom/DOMStringMap.cpp ('k') | Source/core/storage/Storage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698