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

Unified Diff: Source/platform/TestingPlatformSupport.cpp

Issue 956333002: Refactor TimeBase to post tasks. Workers to use real Idle tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Now uses the WebThread's WebScheduler Created 5 years, 8 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/platform/TestingPlatformSupport.cpp
diff --git a/Source/platform/TestingPlatformSupport.cpp b/Source/platform/TestingPlatformSupport.cpp
index 7944c634de1a0a2ef13d2f74718dfb561cd177b7..4a55a5475e9df7ff572d97fc13ddb4be2f0edb76 100644
--- a/Source/platform/TestingPlatformSupport.cpp
+++ b/Source/platform/TestingPlatformSupport.cpp
@@ -67,6 +67,7 @@ TestingPlatformSupport::TestingPlatformSupport(const Config& config)
: m_config(config)
, m_oldPlatform(Platform::current())
{
+ fprintf(stderr, "TestingPlatformSupport\n");
Sami 2015/04/16 14:23:38 Left in by mistake?
alex clarke (OOO till 29th) 2015/04/16 17:20:01 Done.
Platform::initialize(this);
}

Powered by Google App Engine
This is Rietveld 408576698