Bug 107847 - Cleanup sandbox initialization a bit
Summary: Cleanup sandbox initialization a bit
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: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 11:30 PST by Sam Weinig
Modified: 2013-01-24 15:01 PST (History)
0 users

See Also:


Attachments
Patch (18.95 KB, patch)
2013-01-24 13:12 PST, Sam Weinig
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2013-01-24 11:30:20 PST
Cleanup sandbox initialization a bit
Comment 1 Sam Weinig 2013-01-24 13:12:19 PST
Created attachment 184561 [details]
Patch
Comment 2 Alexey Proskuryakov 2013-01-24 13:16:51 PST
Comment on attachment 184561 [details]
Patch

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

> Source/WebKit2/Shared/SandboxInitializationParameters.h:62
> +    ProfileSelectionMode mode() const { return m_mode; }

How about renaming the function accordingly?
Comment 3 Sam Weinig 2013-01-24 15:01:00 PST
Committed r140730: <http://trac.webkit.org/changeset/140730>