| Index: third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| index d280c7065be2aad800ddccfce7c951d9d4cd10e9..3b19d730a3d7f40a78f3fc9f0a3f64db5469e86f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h
|
| @@ -81,7 +81,7 @@ class CORE_EXPORT Dictionary final {
|
| bool getOwnPropertiesAsStringHashMap(HashMap<String, String>&) const;
|
| bool getPropertyNames(Vector<String>&) const;
|
|
|
| - bool hasProperty(const StringView&) const;
|
| + bool hasProperty(const StringView& key, ExceptionState&) const;
|
|
|
| v8::Isolate* isolate() const { return m_isolate; }
|
| v8::Local<v8::Context> v8Context() const {
|
|
|