Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(638)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h

Issue 2471393004: bindings: Use forward declarations for wrapper types in dictionary_impl (Closed)
Patch Set: Added copy operator Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
index d461a05f77c9406022641ff84a3c66968cd06461..c20b4be9a11598643b8dfbcb6c1b3c7065add814 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
@@ -23,6 +23,8 @@ class CORE_EXPORT TestDictionaryDerivedImplementedAs : public TestDictionary {
public:
TestDictionaryDerivedImplementedAs();
virtual ~TestDictionaryDerivedImplementedAs();
+ TestDictionaryDerivedImplementedAs(const TestDictionaryDerivedImplementedAs&);
+ TestDictionaryDerivedImplementedAs& operator=(const TestDictionaryDerivedImplementedAs&);
bool hasDerivedStringMember() const;
String derivedStringMember() const;

Powered by Google App Engine
This is Rietveld 408576698