Bug 136800

Summary: Merge JSGlobalObject::reset() into ::init()
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, mark.lam, mmirman, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 136724    
Attachments:
Description Flags
Patch oliver: review+

Description Michael Saboff 2014-09-12 23:09:59 PDT
JSGlobalObject::init() is the only caller of JSGlobalObject::reset().  There is a FIXME comment to merge them together.  This also makes sense in preparation to add a JSCallee to the JSGlobalObject.
Comment 1 Michael Saboff 2014-09-12 23:15:05 PDT
Created attachment 238081 [details]
Patch
Comment 2 Michael Saboff 2014-09-13 09:26:23 PDT
Committed r173601: <http://trac.webkit.org/changeset/173601>