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 75f484d27a030c3a8874dbd544eec4aa3f3d94de..296a4e051c229317e7a2287ae0315ea477a62423 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h |
@@ -20,6 +20,8 @@ class CORE_EXPORT TestPermissiveDictionary : public IDLDictionaryBase { |
public: |
TestPermissiveDictionary(); |
virtual ~TestPermissiveDictionary(); |
+ TestPermissiveDictionary(const TestPermissiveDictionary&); |
+ TestPermissiveDictionary& operator=(const TestPermissiveDictionary&); |
bool hasBooleanMember() const; |
bool booleanMember() const; |