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

Unified Diff: Source/core/testing/DictionaryTest.cpp

Issue 553993004: Oilpan: fix build after r181604. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/bindings/core/v8/DictionaryHelperForCore.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/DictionaryTest.cpp
diff --git a/Source/core/testing/DictionaryTest.cpp b/Source/core/testing/DictionaryTest.cpp
index 2ee358c7324f9e2a64edab4860d870be41ab1611..192b25056c38dd0a7d439a6bbd32b8b8d0255c2a 100644
--- a/Source/core/testing/DictionaryTest.cpp
+++ b/Source/core/testing/DictionaryTest.cpp
@@ -88,8 +88,10 @@ void DictionaryTest::reset()
m_elementOrNullMember = nullptr;
}
-void DictionaryTest::trace(Visitor*)
+void DictionaryTest::trace(Visitor* visitor)
{
+ visitor->trace(m_elementMember);
+ visitor->trace(m_elementOrNullMember);
}
}
« no previous file with comments | « Source/bindings/core/v8/DictionaryHelperForCore.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698