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

Description Leo Yang 2012-04-06 02:34:18 PDT
LocalFileSystem::initializeLocalFileSystem should be static because static LocalFileSystem::localFileSystem() requires initializeLocalFileSystem() is called before it gets called.
Comment 1 Leo Yang 2012-04-06 02:40:33 PDT
Created attachment 135995 [details]
Patch
Comment 2 Rob Buis 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+.
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-04-06 19:06:48 PDT
All reviewed patches have been landed.  Closing bug.