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

Unified Diff: Source/bindings/tests/results/core/TestDictionary.h

Issue 740453004: IDL: Basic dictionary inheritance support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/bindings/tests/results/core/TestDictionary.h
diff --git a/Source/bindings/tests/results/core/TestDictionary.h b/Source/bindings/tests/results/core/TestDictionary.h
index 937dbe7ed40c92b89f6fba01b47e633e9a4c85f1..090e514ad0bb7b90a9672a6a722a2c848409f02d 100644
--- a/Source/bindings/tests/results/core/TestDictionary.h
+++ b/Source/bindings/tests/results/core/TestDictionary.h
@@ -19,7 +19,7 @@
namespace blink {
-class TestDictionary final {
+class TestDictionary {
ALLOW_ONLY_INLINE_ALLOCATION();
public:
TestDictionary();
@@ -96,7 +96,7 @@ public:
bool createMember() const { return m_createMember.get(); }
void setCreateMember(bool value) { m_createMember = value; }
- void trace(Visitor*);
+ virtual void trace(Visitor*);
private:
Nullable<bool> m_booleanMember;
« no previous file with comments | « Source/bindings/tests/idls/core/TestDictionaryDerived.idl ('k') | Source/bindings/tests/results/core/TestDictionaryDerived.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698