Follow-up after r251425
Created attachment 381641 [details] Patch
Created attachment 381642 [details] Patch
Comment on attachment 381642 [details] Patch Checking.
Created attachment 381643 [details] Patch
Created attachment 381648 [details] Patch
<rdar://problem/56526714>
Comment on attachment 381648 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381648&action=review > Source/JavaScriptCore/ChangeLog:10 > + 1. Add tests that touches vm.topCallFrame from C++ world. “touches” => “tests” And maybe say that you’re testing that it remains null
Comment on attachment 381648 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381648&action=review I've checked that debug layout-test finishes without assertion hit in EWS. I'll land this :) >> Source/JavaScriptCore/ChangeLog:10 >> + 1. Add tests that touches vm.topCallFrame from C++ world. > > “touches” => “tests” > And maybe say that you’re testing that it remains null Fixed.
Committed r251475: <https://trac.webkit.org/changeset/251475>