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

Unified Diff: Tools/DumpRenderTree/chromium/TestShell.cpp

Issue 15861022: Build WTF as dll in component build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix AutoDrainedPool ctor and ThreadSpecificThreadExit exports Created 7 years, 7 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/wtf/wtf.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/chromium/TestShell.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestShell.cpp b/Tools/DumpRenderTree/chromium/TestShell.cpp
index f72a2ee05030057718b9c658a8b833acbcbac3ea..f67dbc9f6c70b8c133c658a39d8138ddf98ae331 100644
--- a/Tools/DumpRenderTree/chromium/TestShell.cpp
+++ b/Tools/DumpRenderTree/chromium/TestShell.cpp
@@ -140,8 +140,6 @@ void TestShell::initialize(MockPlatform* platformSupport)
webkit_support::SetThemeEngine(m_testInterfaces->themeEngine());
#endif
- WTF::initializeThreading();
-
if (m_threadedCompositingEnabled)
m_webCompositorThread = adoptPtr(WebKit::Platform::current()->createThread("Compositor"));
webkit_support::SetThreadedCompositorEnabled(m_threadedCompositingEnabled);
« no previous file with comments | « Source/wtf/wtf.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698