Bug 124239 - WKMutableArrayRef should be an ImmutableArray
Summary: WKMutableArrayRef should be an ImmutableArray
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 15:24 PST by Anders Carlsson
Modified: 2013-11-12 15:35 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.53 KB, patch)
2013-11-12 15:26 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-11-12 15:24:30 PST
WKMutableArrayRef should be an ImmutableArray
Comment 1 Anders Carlsson 2013-11-12 15:26:05 PST
Created attachment 216731 [details]
Patch
Comment 2 Sam Weinig 2013-11-12 15:26:55 PST
Comment on attachment 216731 [details]
Patch

Immutable is the mutable!
Comment 3 WebKit Commit Bot 2013-11-12 15:27:09 PST
Attachment 216731 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/Shared/API/Cocoa/WKRemoteObjectCoder.mm', u'Source/WebKit2/Shared/API/c/WKMutableArray.cpp', u'Source/WebKit2/Shared/API/c/WKSharedAPICast.h']" exit_code: 1
Source/WebKit2/Shared/API/c/WKSharedAPICast.h:117:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Anders Carlsson 2013-11-12 15:35:56 PST
Committed r159155: <http://trac.webkit.org/changeset/159155>