WebKit Bugzilla
Attachment 341778 Details for
Bug 186203
: Fix the watchOS build after r232385
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186203-20180601123038.patch (text/plain), 1.22 KB, created by
Wenson Hsieh
on 2018-06-01 12:30:39 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Wenson Hsieh
Created:
2018-06-01 12:30:39 PDT
Size:
1.22 KB
patch
obsolete
>Subversion Revision: 232397 >diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 526c31e0643e24ea94ca005e3c77e9d62f17acef..1c5b20ccab17267f1118d56c4bcb8b09e7e135bc 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,14 @@ >+2018-06-01 Wenson Hsieh <wenson_hsieh@apple.com> >+ >+ Fix the watchOS build after r232385 >+ https://bugs.webkit.org/show_bug.cgi?id=186203 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Add a missing header include for JSImmutableButterfly. >+ >+ * runtime/ArrayPrototype.cpp: >+ > 2018-05-31 Yusuke Suzuki <utatane.tea@gmail.com> > > [Baseline] Store constant directly in emit_op_mov >diff --git a/Source/JavaScriptCore/runtime/ArrayPrototype.cpp b/Source/JavaScriptCore/runtime/ArrayPrototype.cpp >index 306e8ec69e34285910563029880630558c7ee994..d85f7106fce0bbdc98e7f2f2fce902ce4bb897c8 100644 >--- a/Source/JavaScriptCore/runtime/ArrayPrototype.cpp >+++ b/Source/JavaScriptCore/runtime/ArrayPrototype.cpp >@@ -36,6 +36,7 @@ > #include "JSArrayInlines.h" > #include "JSCBuiltins.h" > #include "JSCInlines.h" >+#include "JSImmutableButterfly.h" > #include "JSStringJoiner.h" > #include "Lookup.h" > #include "ObjectConstructor.h"
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186203
: 341778