| Index: third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
|
| index 3dc392a321d6c5005bc0186b601f219ce8a1bc9c..2fd3431ab914c406009729d32a6df150530d5b7f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
|
| @@ -15,6 +15,10 @@ TestPermissiveDictionary::TestPermissiveDictionary() {
|
|
|
| TestPermissiveDictionary::~TestPermissiveDictionary() {}
|
|
|
| +TestPermissiveDictionary::TestPermissiveDictionary(const TestPermissiveDictionary&) = default;
|
| +
|
| +TestPermissiveDictionary& TestPermissiveDictionary::operator=(const TestPermissiveDictionary&) = default;
|
| +
|
| bool TestPermissiveDictionary::hasBooleanMember() const {
|
| return m_hasBooleanMember;
|
| }
|
|
|