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

Unified Diff: Source/core/inspector/ScriptCallStack.cpp

Issue 395623007: Oilpan: fix build after r178153. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/core/inspector/ScriptCallStack.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ScriptCallStack.cpp
diff --git a/Source/core/inspector/ScriptCallStack.cpp b/Source/core/inspector/ScriptCallStack.cpp
index 3ae1527066a30faecaaa8ddd2af5af1e5b7f2e90..7815ec4b2cd4fa762d4a0ab938d720d105645ac9 100644
--- a/Source/core/inspector/ScriptCallStack.cpp
+++ b/Source/core/inspector/ScriptCallStack.cpp
@@ -76,4 +76,9 @@ PassRefPtr<TypeBuilder::Array<TypeBuilder::Console::CallFrame> > ScriptCallStack
return frames;
}
+void ScriptCallStack::trace(Visitor* visitor)
+{
+ visitor->trace(m_asyncCallStack);
+}
+
} // namespace WebCore
« no previous file with comments | « Source/core/inspector/ScriptCallStack.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698