Bug 139917 - Rename ImmutableDictionary to API::Dictionary and merge MutableDictionary into it
Summary: Rename ImmutableDictionary to API::Dictionary and merge MutableDictionary int...
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: 2014-12-23 14:33 PST by Sam Weinig
Modified: 2014-12-23 15:07 PST (History)
1 user (show)

See Also:


Attachments
Patch (93.19 KB, patch)
2014-12-23 14:39 PST, Sam Weinig
andersca: 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 2014-12-23 14:33:17 PST
Rename ImmutableDictionary to API::Dictionary and merge MutableDictionary into it
Comment 1 Sam Weinig 2014-12-23 14:39:18 PST
Created attachment 243694 [details]
Patch
Comment 2 WebKit Commit Bot 2014-12-23 14:41:19 PST
Attachment 243694 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/WebProcessPool.cpp:1329:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Shared/Cocoa/WKNSDictionary.h:34:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/Shared/API/c/WKSharedAPICast.h:118:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/ChangeLog:12:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
ERROR: Source/WebKit2/UIProcess/WebProcessPool.h:279:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 5 in 37 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2014-12-23 15:07:42 PST
Committed r177699: <http://trac.webkit.org/changeset/177699>