Bug 140708 - Eliminate construct methods from NullGetterFunction and NullSetterFunction classes
Summary: Eliminate construct methods from NullGetterFunction and NullSetterFunction cl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 312.x
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-20 17:28 PST by Michael Saboff
Modified: 2015-01-21 11:46 PST (History)
0 users

See Also:


Attachments
Patch (3.05 KB, patch)
2015-01-20 18:02 PST, 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 2015-01-20 17:28:55 PST
There is no need for the NullGetterFunction and NullSetterFunction classes to have a construct methods as they will never be called.
Comment 1 Michael Saboff 2015-01-20 18:02:36 PST
Created attachment 245037 [details]
Patch
Comment 2 Mark Lam 2015-01-20 18:30:40 PST
Comment on attachment 245037 [details]
Patch

r=me
Comment 3 Michael Saboff 2015-01-21 11:46:07 PST
Committed r178855: <http://trac.webkit.org/changeset/178855>