Index: third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h |
index cc9d80ffd3f8e565ce063308d7fa4008a3654584..845511ae46cc8b310db1466b7ec6312c49bf83dc 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h |
@@ -22,9 +22,9 @@ class CORE_EXPORT TestPermissiveDictionary : public IDLDictionaryBase { |
TestPermissiveDictionary(); |
virtual ~TestPermissiveDictionary(); |
- bool hasBooleanMember() const { return !m_booleanMember.isNull(); } |
- bool booleanMember() const { return m_booleanMember.get(); } |
- void setBooleanMember(bool value) { m_booleanMember = value; } |
+ bool hasBooleanMember() const; |
+ bool booleanMember() const; |
+ void setBooleanMember(bool); |
v8::Local<v8::Value> toV8Impl(v8::Local<v8::Object>, v8::Isolate*) const override; |
DECLARE_VIRTUAL_TRACE(); |