Bug 22245 - Move wtf/dtoa.h into the WTF namespace
Summary: Move wtf/dtoa.h into the WTF namespace
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 16:06 PST by Eric Seidel (no email)
Modified: 2008-11-14 09:50 PST (History)
0 users

See Also:


Attachments
Proposed patch (8.72 KB, patch)
2008-11-13 19:14 PST, Cameron Zwarich (cpst)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-11-13 16:06:07 PST
wtf/dtoa.h is in the JSC namespace?  shouldn't it be wtf?
Comment 1 Cameron Zwarich (cpst) 2008-11-13 17:58:00 PST
This results from my recent moves. I've been meaning to fix this, but I forgot. I'll fix it right now.
Comment 2 Cameron Zwarich (cpst) 2008-11-13 19:14:41 PST
Created attachment 25154 [details]
Proposed patch
Comment 3 Darin Adler 2008-11-14 09:03:27 PST
Comment on attachment 25154 [details]
Proposed patch

r=me
Comment 4 Cameron Zwarich (cpst) 2008-11-14 09:50:22 PST
Landed in r38390.