Bug 137925 - Add operator==(PropertyName, const char*)
Summary: Add operator==(PropertyName, const char*)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 08:51 PDT by Michael Saboff
Modified: 2014-10-21 13:43 PDT (History)
0 users

See Also:


Attachments
Patch (3.15 KB, patch)
2014-10-21 13:04 PDT, Michael Saboff
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-10-21 08:51:23 PDT
Provide an operator to compare a property's name to a string literal.
Comment 1 Michael Saboff 2014-10-21 13:04:47 PDT
Created attachment 240218 [details]
Patch
Comment 2 Mark Lam 2014-10-21 13:13:57 PDT
Comment on attachment 240218 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-10-21 13:43:13 PDT
Committed r174997: <http://trac.webkit.org/changeset/174997>