RESOLVED FIXED72336
Start migrating typed array impl types to WTF
https://bugs.webkit.org/show_bug.cgi?id=72336
Summary Start migrating typed array impl types to WTF
Oliver Hunt
Reported 2011-11-14 17:22:50 PST
Start migrating typed array impl types to WTF
Attachments
Patch (43.44 KB, patch)
2011-11-14 17:26 PST, Oliver Hunt
ggaren: review+
Oliver Hunt
Comment 1 2011-11-14 17:26:30 PST
Geoffrey Garen
Comment 2 2011-11-14 17:37:14 PST
Comment on attachment 115070 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=115070&action=review r=me > Source/WebCore/html/canvas/ArrayBuffer.cpp:33 > +using namespace WebCore; Will you be able to remove this eventually? If not, you have a problem.
Oliver Hunt
Comment 3 2011-11-14 17:43:31 PST
(In reply to comment #2) > (From update of attachment 115070 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=115070&action=review > > r=me > > > Source/WebCore/html/canvas/ArrayBuffer.cpp:33 > > +using namespace WebCore; > > Will you be able to remove this eventually? If not, you have a problem. Yup, I'm just doing the changes in small chunks, and it's easier to do the WTF namespace move first before the refactoring to remove the webcore dependencies
Oliver Hunt
Comment 4 2011-11-14 17:52:57 PST
Note You need to log in before you can comment on or make changes to this bug.