WebKit Bugzilla
Attachment 342441 Details for
Bug 186528
: Add missing whitespace to run-jsc command
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186528-20180611102234.patch (text/plain), 1.32 KB, created by
Keith Miller
on 2018-06-11 10:22:35 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Miller
Created:
2018-06-11 10:22:35 PDT
Size:
1.32 KB
patch
obsolete
>Subversion Revision: 232650 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 14b806ec9f3d3537ccc3d3e4105cd568878fd846..b03c83e49a954a522205a8b43fc40cd9f859c4da 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2018-06-11 Keith Miller <keith_miller@apple.com> >+ >+ Add missing whitespace to run-jsc command >+ https://bugs.webkit.org/show_bug.cgi?id=186528 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/run-jsc: >+ > 2018-06-08 Alicia Boya GarcÃa <aboya@igalia.com> > > [GTK] Update to libva-2.1.0 in jhbuild >diff --git a/Tools/Scripts/run-jsc b/Tools/Scripts/run-jsc >index 26374bc7c86824c2e226b78edf1c18497391445f..ddb244e302db442dd5f2fbf66257e6299a641725 100755 >--- a/Tools/Scripts/run-jsc >+++ b/Tools/Scripts/run-jsc >@@ -50,9 +50,9 @@ setConfiguration(); > my $jsc; > if ($debugger) { > my $debuggerCmd = defined($ENV{"DEBUGGER"}) ? $ENV{"DEBUGGER"} : "lldb"; >- $jsc = $debuggerCmd . " " . File::Spec->catfile(jscProductDir(), "jsc -- --useDollarVM=1") . "@ARGV"; >+ $jsc = $debuggerCmd . " " . File::Spec->catfile(jscProductDir(), "jsc -- --useDollarVM=1 ") . "@ARGV"; > } else { >- $jsc = File::Spec->catfile(jscProductDir(), "jsc --useDollarVM=1") . "@ARGV"; >+ $jsc = File::Spec->catfile(jscProductDir(), "jsc --useDollarVM=1 ") . "@ARGV"; > } > > my $dyld = jscProductDir();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mark.lam
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186528
: 342441