RESOLVED FIXED 172651
REGRESSION(216914): testCFStrings encounters an invalid ExecState callee pointer.
https://bugs.webkit.org/show_bug.cgi?id=172651
Summary REGRESSION(216914): testCFStrings encounters an invalid ExecState callee poin...
Mark Lam
Reported 2017-05-26 11:23:49 PDT
This is because the assertion utility functions used in testCFStrings() expects to get the JSGlobalContextRef from the global context variable. However, testCFStrings() creates its own JSGlobalContextRef but does not set the global context variable to it.
Attachments
proposed patch. (2.01 KB, patch)
2017-05-26 11:28 PDT, Mark Lam
saam: review+
Mark Lam
Comment 1 2017-05-26 11:28:37 PDT
Created attachment 311363 [details] proposed patch.
Mark Lam
Comment 2 2017-05-26 11:46:25 PDT
Thanks for the review. Landed in r217498: <http://trac.webkit.org/r217498>.
Radar WebKit Bug Importer
Comment 3 2017-05-30 20:21:12 PDT
Note You need to log in before you can comment on or make changes to this bug.