Bug 171208 - [Cocoa] Some ivars are needlessly @protected
Summary: [Cocoa] Some ivars are needlessly @protected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-23 18:09 PDT by mitz
Modified: 2017-05-03 16:21 PDT (History)
4 users (show)

See Also:


Attachments
Make ivars @private where possible (8.53 KB, patch)
2017-04-23 18:10 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2017-04-23 18:09:03 PDT
[Cocoa] Some ivars are needlessly @public
Comment 1 mitz 2017-04-23 18:10:45 PDT
Created attachment 307946 [details]
Make ivars @private where possible
Comment 2 Anders Carlsson 2017-04-24 09:38:35 PDT
Comment on attachment 307946 [details]
Make ivars @private where possible

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

> Source/WebCore/ChangeLog:3
> +        [Cocoa] Some ivars are needlessly @public

@protected, not @public.
Comment 3 mitz 2017-04-24 10:26:36 PDT
Fixed in <https://trac.webkit.org/r215685>.