Bug 83356

Summary: LocalFileSystem::initializeLocalFileSystem should be static
Product: WebKit Reporter: Leo Yang <leo.yang>
Component: WebCore Misc.Assignee: Leo Yang <leo.yang>
Status: RESOLVED FIXED    
Severity: Normal CC: charles.wei, rwlbuis, staikos, tonikitoo, webkit.review.bot, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Leo Yang
Reported 2012-04-06 02:34:18 PDT
LocalFileSystem::initializeLocalFileSystem should be static because static LocalFileSystem::localFileSystem() requires initializeLocalFileSystem() is called before it gets called.
Attachments
Patch (2.19 KB, patch)
2012-04-06 02:40 PDT, Leo Yang
no flags
Leo Yang
Comment 1 2012-04-06 02:40:33 PDT
Rob Buis
Comment 2 2012-04-06 16:30:13 PDT
Comment on attachment 135995 [details] Patch This seems correct. I do not think this method is used yet, but since the change itself is fine, r+.
WebKit Review Bot
Comment 3 2012-04-06 19:06:44 PDT
Comment on attachment 135995 [details] Patch Clearing flags on attachment: 135995 Committed r113537: <http://trac.webkit.org/changeset/113537>
WebKit Review Bot
Comment 4 2012-04-06 19:06:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.