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

Unified Diff: Source/wtf/ThreadingPthreads.cpp

Issue 48833002: Move all static constants in dtoa/cached-powers.* to .rodata section (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Windows build failure Created 7 years, 1 month 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 | Source/wtf/ThreadingWin.cpp » ('j') | Source/wtf/dtoa/cached-powers.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ThreadingPthreads.cpp
diff --git a/Source/wtf/ThreadingPthreads.cpp b/Source/wtf/ThreadingPthreads.cpp
index 8f5df6487be5c7d372553c9585361f797ef94839..1fbe99eae95827ab311de156aff2d380c5a1a888 100644
--- a/Source/wtf/ThreadingPthreads.cpp
+++ b/Source/wtf/ThreadingPthreads.cpp
@@ -114,7 +114,6 @@ void initializeThreading()
// This should only be called once.
ASSERT(!atomicallyInitializedStaticMutex);
- WTF::double_conversion::initialize();
// StringImpl::empty() does not construct its static string in a threadsafe fashion,
// so ensure it has been initialized from here.
StringImpl::empty();
« no previous file with comments | « no previous file | Source/wtf/ThreadingWin.cpp » ('j') | Source/wtf/dtoa/cached-powers.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698