Bug 42570
Summary: | Pass ScriptState and ScriptCallFrame instead of ScriptCallStack when only top frame is needed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | burg, bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Yury Semikhatsky
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |