Bug 83356 - LocalFileSystem::initializeLocalFileSystem should be static
Summary: LocalFileSystem::initializeLocalFileSystem should be static
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leo Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 02:34 PDT by Leo Yang
Modified: 2012-04-06 19:06 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.19 KB, patch)
2012-04-06 02:40 PDT, Leo Yang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.