Bug 136783 - Remove unneeded declarations from JSCallee.h
Summary: Remove unneeded declarations from JSCallee.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-12 09:33 PDT by Michael Saboff
Modified: 2014-09-12 10:54 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2014-09-12 09:37 PDT, Michael Saboff
no flags 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-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.