Bug 137925

Summary: Add operator==(PropertyName, const char*)
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: WebCore JavaScriptAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mark.lam: review+

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>