Bug 130773 - Rename hasFastArrayStorage to be more appropriate
Summary: Rename hasFastArrayStorage to be more appropriate
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 05:36 PDT by Dániel Bátyai
Modified: 2014-03-26 08:08 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (17.67 KB, patch)
2014-03-26 05:41 PDT, Dániel Bátyai
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dániel Bátyai 2014-03-26 05:36:55 PDT
In JavaScriptCore/runtime/IndexingType.h:
FIXME: This is an awkward name. This should really be called hasArrayStorage() and then next method down should be called hasAnyArrayStorage().
Comment 1 Dániel Bátyai 2014-03-26 05:41:22 PDT
Created attachment 227845 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2014-03-26 08:08:39 PDT
Comment on attachment 227845 [details]
Proposed patch

Clearing flags on attachment: 227845

Committed r166292: <http://trac.webkit.org/changeset/166292>
Comment 3 WebKit Commit Bot 2014-03-26 08:08:41 PDT
All reviewed patches have been landed.  Closing bug.