Bug 42570 - Pass ScriptState and ScriptCallFrame instead of ScriptCallStack when only top frame is needed
Summary: Pass ScriptState and ScriptCallFrame instead of ScriptCallStack when only top...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 08:11 PDT by Yury Semikhatsky
Modified: 2014-12-15 23:22 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2010-07-19 08:11:46 PDT
There are many places in the code where ScriptCallStack is used only to get top frame arguments We should pass ScriptState and ScriptCallFrame instead of ScriptCallStack in those cases.