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

Unified Diff: Source/bindings/v8/Dictionary.h

Issue 23361019: WebCrypto: properly normalize optional numeric parameters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename Dictionary::hasValue() --> Dictionary::contains() Created 7 years, 4 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 | « LayoutTests/crypto/generateKey-expected.txt ('k') | Source/bindings/v8/Dictionary.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/Dictionary.h
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
index b105017dbbf5a041893c48d398feee7fe353e6a8..62fa41bf5131219ed47fbf1c814cafbf69475ce4 100644
--- a/Source/bindings/v8/Dictionary.h
+++ b/Source/bindings/v8/Dictionary.h
@@ -103,6 +103,8 @@ public:
PassRefPtr<EventListener> getEventListener(const String&, Notification*) const { return 0; }
+ bool contains(const String&) const;
abarth-chromium 2013/08/23 19:25:50 This is not a good idea. The problem is that Java
eroman 2013/08/23 22:04:03 Thanks. I have tried to address this, please take
+
private:
bool getKey(const String& key, v8::Local<v8::Value>&) const;
« no previous file with comments | « LayoutTests/crypto/generateKey-expected.txt ('k') | Source/bindings/v8/Dictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698