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

Unified Diff: Source/web/SuspendableTaskRunner.cpp

Issue 994083002: Oilpan: fix build after r191633. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/web/SuspendableTaskRunner.cpp
diff --git a/Source/web/SuspendableTaskRunner.cpp b/Source/web/SuspendableTaskRunner.cpp
index d8a10f27a1113c1aba22fe7b1bef4549b85ee179..8aa0e8ace613cda575bd8eb000041675b791734b 100644
--- a/Source/web/SuspendableTaskRunner.cpp
+++ b/Source/web/SuspendableTaskRunner.cpp
@@ -62,10 +62,6 @@ void SuspendableTaskRunner::runAndDestroySelf()
DEFINE_TRACE(SuspendableTaskRunner)
{
-#if ENABLE(OILPAN)
- visitor->trace(m_frame);
- visitor->trace(m_sources);
-#endif
SuspendableTimer::trace(visitor);
}
« 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