Bug 136800 - Merge JSGlobalObject::reset() into ::init()
Summary: Merge JSGlobalObject::reset() into ::init()
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: 136724
  Show dependency treegraph
 
Reported: 2014-09-12 23:09 PDT by Michael Saboff
Modified: 2014-09-13 09:26 PDT (History)
5 users (show)

See Also:


Attachments
Patch (18.68 KB, patch)
2014-09-12 23:15 PDT, Michael Saboff
oliver: 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 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>