RESOLVED FIXED 27735
Give a helpful name to JSLock argument
https://bugs.webkit.org/show_bug.cgi?id=27735
Summary Give a helpful name to JSLock argument
Alexey Proskuryakov
Reported 2009-07-27 14:25:21 PDT
JSLock lock(false) just means "shut up JavaScriptCore warnings, we are not working with the legacy JSC API shared global context". We should use a named argument instead of a boolean,
Attachments
proposed patch (123.05 KB, patch)
2009-07-27 14:31 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2009-07-27 14:31:59 PDT
Created attachment 33570 [details] proposed patch
Alexey Proskuryakov
Comment 2 2009-07-27 16:46:38 PDT
Note You need to log in before you can comment on or make changes to this bug.