RESOLVED FIXED 26686
Add using WTF:: statement to FastAllocBase and remove unnecessary scope usings
https://bugs.webkit.org/show_bug.cgi?id=26686
Summary Add using WTF:: statement to FastAllocBase and remove unnecessary scope usings
Zoltan Horvath
Reported 2009-06-24 11:22:43 PDT
Based on Darin's comment ( https://bugs.webkit.org/show_bug.cgi?id=26675#c2 ), 1. I've extended FastAllocBase.h with using WTF::FastAllocBase to avoid unnecessary WTF:: usings; 2. I've removed the existing and unnecessary WTF:: usings.
Attachments
proposed patch (2.64 KB, patch)
2009-06-24 11:23 PDT, Zoltan Horvath
mjs: review+
Zoltan Horvath
Comment 1 2009-06-24 11:23:10 PDT
Created attachment 31792 [details] proposed patch
Maciej Stachowiak
Comment 2 2009-06-24 12:17:01 PDT
Comment on attachment 31792 [details] proposed patch r=me
Eric Seidel (no email)
Comment 3 2009-06-24 18:32:31 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/interpreter/Interpreter.h M JavaScriptCore/profiler/CallIdentifier.h M JavaScriptCore/runtime/ScopeChain.h M JavaScriptCore/wtf/FastAllocBase.h Committed r45130 http://trac.webkit.org/changeset/45130
Note You need to log in before you can comment on or make changes to this bug.