Bug 75041
Summary: | CodeGenerator: CallWith=DynamicFrame is not used anywhere | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | Kentaro Hara <haraken> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, haraken, japhet, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Erik Arvidsson
[CallWith=DynamicFrame] is only used in the tests. We should remove the code for it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sam Weinig
Sounds good.
Adam Barth
Yep. I think this got replaced with callwith scriptexecutioncontext, which is better.
Kentaro Hara
Sounds good. I'll fix it after landing bug 78224.
Kentaro Hara
It appears that [CallWith=DynamicFrame] and its related code had been completely removed at r104411.
*** This bug has been marked as a duplicate of bug 75795 ***