WebKit Bugzilla
Attachment 339271 Details for
Bug 185183
: Enable HAVE_AVKIT for the MINIMAL_SIMULATOR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185183-20180501211353.patch (text/plain), 1015 bytes, created by
Jer Noble
on 2018-05-01 21:13:54 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jer Noble
Created:
2018-05-01 21:13:54 PDT
Size:
1015 bytes
patch
obsolete
>Subversion Revision: 231222 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index 881b164c933eb2ad221e365a7e5aac9cf346a5f7..963dc0caf444c2ee87109ff488bdea233f5e9ba5 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-01 Jer Noble <jer.noble@apple.com> >+ >+ Enable HAVE_AVKIT for the MINIMAL_SIMULATOR >+ https://bugs.webkit.org/show_bug.cgi?id=185183 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wtf/Platform.h: >+ > 2018-05-01 Robin Morisset <rmorisset@apple.com> > > Correctly detect string overflow when using the 'Function' constructor >diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h >index 5ea719b16a0012dd6e9308bcb95c1caed7104c54..d89341675f2dcc5a7247fa8db7d083423362815e 100644 >--- a/Source/WTF/wtf/Platform.h >+++ b/Source/WTF/wtf/Platform.h >@@ -1051,7 +1051,7 @@ > #define HAVE_PARENTAL_CONTROLS 1 > #endif > >-#if !PLATFORM(APPLETV) && !ENABLE(MINIMAL_SIMULATOR) >+#if !PLATFORM(APPLETV) > #define HAVE_AVKIT 1 > #endif >
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 185183
: 339271