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

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

Issue 563163002: IDL: Fix build bugs in IDL dictionary impl generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 3 months 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.cpp
diff --git a/Source/bindings/tests/results/core/TestDictionary.cpp b/Source/bindings/tests/results/core/TestDictionary.cpp
index 491ecce954c97067497164b140326757ac8ab6a3..dc1f34e3cb5ca4e84e87a2e39611bcee99e997e8 100644
--- a/Source/bindings/tests/results/core/TestDictionary.cpp
+++ b/Source/bindings/tests/results/core/TestDictionary.cpp
@@ -23,6 +23,7 @@ void TestDictionary::trace(Visitor* visitor)
visitor->trace(m_testInterfaceGarbageCollectedOrNullMember);
visitor->trace(m_testInterfaceWillBeGarbageCollectedMember);
visitor->trace(m_testInterfaceWillBeGarbageCollectedOrNullMember);
+ visitor->trace(m_elementOrNullMember);
}
} // namespace blink
« no previous file with comments | « Source/bindings/tests/results/core/TestDictionary.h ('k') | Source/bindings/tests/results/core/V8TestDictionary.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698