RESOLVED FIXED 212929
Remove unnecessary variable in `WindowProxy::createJSWindowProxy`
https://bugs.webkit.org/show_bug.cgi?id=212929
Summary Remove unnecessary variable in `WindowProxy::createJSWindowProxy`
Devin Rousso
Reported 2020-06-08 15:42:39 PDT
``` Strong<JSWindowProxy> jsWindowProxy(vm, &JSWindowProxy::create(vm, *m_frame->window(), world)); Strong<JSWindowProxy> jsWindowProxy2(jsWindowProxy); ``` Nothing seems to use `jsWindowProxy2`, so it should be removed (or have a comment as to why it's needed). This was added in r78634 <https://webkit.org/b/54415> 🤯
Attachments
Patch (1.32 KB, patch)
2020-06-08 15:43 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2020-06-08 15:43:39 PDT
EWS
Comment 2 2020-06-08 16:23:00 PDT
Committed r262751: <https://trac.webkit.org/changeset/262751> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401384 [details].
Radar WebKit Bug Importer
Comment 3 2020-06-08 16:23:21 PDT
Note You need to log in before you can comment on or make changes to this bug.