Bug 145746 - Remove WebKitSystemBits
Summary: Remove WebKitSystemBits
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-07 16:59 PDT by Anders Carlsson
Modified: 2015-06-07 17:05 PDT (History)
0 users

See Also:


Attachments
Patch (12.86 KB, patch)
2015-06-07 17:00 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-06-07 16:59:55 PDT
Remove WebKitSystemBits
Comment 1 Anders Carlsson 2015-06-07 17:00:34 PDT
Created attachment 254461 [details]
Patch
Comment 2 mitz 2015-06-07 17:02:37 PDT
Comment on attachment 254461 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254461&action=review

> Source/WebKit/mac/WebView/WebView.mm:7718
> +    NSDictionary *fileSystemAttributesDictionary = [[NSFileManager defaultManager] attributesOfFileSystemForPath:nsurlCacheDirectory error:NULL];

nullptr
Comment 3 Anders Carlsson 2015-06-07 17:05:41 PDT
Committed r185308: <http://trac.webkit.org/changeset/185308>