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

Unified Diff: Source/core/frame/Console.cpp

Issue 946523003: Oilpan: fix build after r190844 (96d951eb). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Console.cpp
diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp
index 73370c13f9097c570c065e590578b412793acb59..ea00c19519a3ee8d3cb91d3677322f65ab09cae0 100644
--- a/Source/core/frame/Console.cpp
+++ b/Source/core/frame/Console.cpp
@@ -59,6 +59,9 @@ DEFINE_TRACE(Console)
{
ConsoleBase::trace(visitor);
DOMWindowProperty::trace(visitor);
+#if ENABLE(OILPAN)
+ HeapSupplementable<Console>::trace(visitor);
+#endif
}
ExecutionContext* Console::context()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698