Bug 140708

Summary: Eliminate construct methods from NullGetterFunction and NullSetterFunction classes
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 312.x   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

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>