Chromium Code Reviews| Index: Source/bindings/v8/Dictionary.h |
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
| index b105017dbbf5a041893c48d398feee7fe353e6a8..dacbc2bb9d9a13b8203a5c0807900b35d9c15fda 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 hasValue(const String&) const; |
|
do-not-use
2013/08/22 22:28:13
maybe we can call this contains() like in WTF::Has
eroman
2013/08/22 22:42:13
Done.
I agree that is a better name.
|
| + |
| private: |
| bool getKey(const String& key, v8::Local<v8::Value>&) const; |