Bug 139917

Summary: Rename ImmutableDictionary to API::Dictionary and merge MutableDictionary into it
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>