Bug 108298 - Element::areAuthorShadowsAllowed should be private
Summary: Element::areAuthorShadowsAllowed should be private
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: Elliott Sprehn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-29 22:58 PST by Elliott Sprehn
Modified: 2013-01-30 09:42 PST (History)
14 users (show)

See Also:


Attachments
Patch (7.02 KB, patch)
2013-01-29 23:00 PST, Elliott Sprehn
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Sprehn 2013-01-29 22:58:20 PST
Element::areAuthorShadowsAllowed should be private
Comment 1 Elliott Sprehn 2013-01-29 23:00:31 PST
Created attachment 185401 [details]
Patch
Comment 2 Darin Adler 2013-01-30 08:56:05 PST
Comment on attachment 185401 [details]
Patch

More private is more better.
Comment 3 WebKit Review Bot 2013-01-30 09:16:50 PST
Comment on attachment 185401 [details]
Patch

Clearing flags on attachment: 185401

Committed r141277: <http://trac.webkit.org/changeset/141277>
Comment 4 WebKit Review Bot 2013-01-30 09:16:54 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Dominic Cooney 2013-01-30 09:42:39 PST
Comment on attachment 185401 [details]
Patch

Nice.