2008-11-14 Cameron Zwarich <zwarich@apple.com>
Reviewed by Darin Adler.
Bug 22245: Move wtf/dtoa.h into the WTF namespace
<https://bugs.webkit.org/show_bug.cgi?id=22245>
Move wtf/dtoa.h into the WTF namespace from the JSC namespace. This
introduces some ambiguities in name lookups, so I changed all uses of
the functions in wtf/dtoa.h to explicitly state the namespace.
JavaScriptCore:
* JavaScriptCore.exp:
* parser/Lexer.cpp:
(JSC::Lexer::lex):
* runtime/InitializeThreading.cpp:
* runtime/JSGlobalObjectFunctions.cpp:
(JSC::parseInt):
* runtime/NumberPrototype.cpp:
(JSC::integerPartNoExp):
(JSC::numberProtoFuncToExponential):
* runtime/UString.cpp:
(JSC::concatenate):
(JSC::UString::from):
(JSC::UString::toDouble):
* wtf/dtoa.cpp:
* wtf/dtoa.h:
WebCore:
* platform/text/String.cpp:
(WebCore::charactersToDouble):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38390 268f45cc-cd09-0410-ab3c-d52691b4dbfc
11 files changed