Bug 143796 - Make WKWebsiteDataRecord public
Summary: Make WKWebsiteDataRecord public
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-04-15 14:21 PDT by Anders Carlsson
Modified: 2015-04-15 14:49 PDT (History)
1 user (show)

See Also:


Attachments
Patch (112.87 KB, patch)
2015-04-15 14:24 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-04-15 14:21:18 PDT
Make WKWebsiteDataRecord public
Comment 1 Anders Carlsson 2015-04-15 14:24:42 PDT
Created attachment 250863 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-15 14:27:34 PDT
Attachment 250863 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/Cocoa/WKWebsiteDataRecord.h:32:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2015-04-15 14:37:00 PDT
Comment on attachment 250863 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebsiteDataRecord.h:31
> +

Need WK_ASSUME_NONNULL_BEGIN/END around the rest of the header
Comment 4 Anders Carlsson 2015-04-15 14:49:01 PDT
Committed r182862: <http://trac.webkit.org/changeset/182862>