Bug 26686 - Add using WTF:: statement to FastAllocBase and remove unnecessary scope usings
Summary: Add using WTF:: statement to FastAllocBase and remove unnecessary scope usings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 26675 26676 26677
  Show dependency treegraph
 
Reported: 2009-06-24 11:22 PDT by Zoltan Horvath
Modified: 2009-06-24 18:32 PDT (History)
0 users

See Also:


Attachments
proposed patch (2.64 KB, patch)
2009-06-24 11:23 PDT, Zoltan Horvath
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2009-06-24 11:23:10 PDT
Created attachment 31792 [details]
proposed patch
Comment 2 Maciej Stachowiak 2009-06-24 12:17:01 PDT
Comment on attachment 31792 [details]
proposed patch

r=me
Comment 3 Eric Seidel (no email) 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