Bug 201787

Summary: jsc -d stopped working.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, joepeck, keith_miller, msaboff, saam, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. joepeck: review+

Mark Lam
Reported 2019-09-13 19:05:09 PDT
The reason is because, in this case, the jsc shell is trying to set an option after the VM has been instantiated. The fix is simply to move all options initialization before the VM is instantiated.
Attachments
proposed patch. (1.58 KB, patch)
2019-09-13 19:09 PDT, Mark Lam
joepeck: review+
Mark Lam
Comment 1 2019-09-13 19:09:34 PDT
Created attachment 378771 [details] proposed patch.
Joseph Pecoraro
Comment 2 2019-09-13 19:18:33 PDT
Comment on attachment 378771 [details] proposed patch. r=me
Mark Lam
Comment 3 2019-09-13 19:23:36 PDT
Thanks for the review. Landed in r249868: <http://trac.webkit.org/r249868>.
Radar WebKit Bug Importer
Comment 4 2019-09-13 19:24:18 PDT
Note You need to log in before you can comment on or make changes to this bug.