Bug 149009 - Remove an unused NSString SPI constant
Summary: Remove an unused NSString SPI constant
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-09 14:01 PDT by Anders Carlsson
Modified: 2015-09-09 14:15 PDT (History)
0 users

See Also:


Attachments
Patch (2.61 KB, patch)
2015-09-09 14:01 PDT, Anders Carlsson
mitz: 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 2015-09-09 14:01:04 PDT
Remove an unused NSString SPI constant
Comment 1 Anders Carlsson 2015-09-09 14:01:21 PDT
Created attachment 260873 [details]
Patch
Comment 2 mitz 2015-09-09 14:01:55 PDT
Comment on attachment 260873 [details]
Patch

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

> Source/WebKit2/Shared/API/APIArray.h:74
> +    Vector<RefPtr<Object>>& elements () { return m_elements; }

?
Comment 3 Anders Carlsson 2015-09-09 14:15:19 PDT
Committed r189551: <http://trac.webkit.org/changeset/189551>