Bug 136783

Summary: Remove unneeded declarations from JSCallee.h
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Michael Saboff 2014-09-12 09:33:27 PDT
The declarations 
    JS_EXPORT_PRIVATE String name(ExecState*);
    JS_EXPORT_PRIVATE String displayName(ExecState*);
    const String calculatedDisplayName(ExecState*);
in JSCallee are unused and not needed.
Comment 1 Michael Saboff 2014-09-12 09:37:28 PDT
Created attachment 238033 [details]
Patch
Comment 2 Mark Lam 2014-09-12 09:52:00 PDT
Comment on attachment 238033 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-09-12 10:54:27 PDT
Comment on attachment 238033 [details]
Patch

Clearing flags on attachment: 238033

Committed r173567: <http://trac.webkit.org/changeset/173567>
Comment 4 WebKit Commit Bot 2014-09-12 10:54:29 PDT
All reviewed patches have been landed.  Closing bug.