WebKit Bugzilla
Attachment 359290 Details for
Bug 193503
: Build fix for iOSMac Reveal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-193503-20190116121059.patch (text/plain), 1.10 KB, created by
Megan Gardner
on 2019-01-16 12:10:59 PST
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Megan Gardner
Created:
2019-01-16 12:10:59 PST
Size:
1.10 KB
patch
obsolete
>Subversion Revision: 240041 >diff --git a/Source/WebCore/PAL/ChangeLog b/Source/WebCore/PAL/ChangeLog >index 8257d7638a5f6eb33e6054d747a8ef2c94b62871..f48147d1931b267be452da3f3709ba364673ccec 100644 >--- a/Source/WebCore/PAL/ChangeLog >+++ b/Source/WebCore/PAL/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-16 Megan Gardner <megan_gardner@apple.com> >+ >+ Build fix for iOSMac Reveal >+ https://bugs.webkit.org/show_bug.cgi?id=193503 >+ >+ Unreviewed build fix. >+ >+ * pal/spi/ios/UIKitSPI.h: >+ > 2019-01-15 Megan Gardner <megan_gardner@apple.com> > > Add Reveal support in iOSMac >diff --git a/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h b/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h >index c4b8dcc86911a3746585765dee56beda759f6e46..4d68caaacbc334b9f37abc7ad1b1fe59285f3a3f 100644 >--- a/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h >+++ b/Source/WebCore/PAL/pal/spi/ios/UIKitSPI.h >@@ -23,6 +23,8 @@ > * THE POSSIBILITY OF SUCH DAMAGE. > */ > >+#if PLATFORM(IOSMAC) >+ > WTF_EXTERN_C_BEGIN > typedef struct __GSKeyboard* GSKeyboardRef; > WTF_EXTERN_C_END >@@ -117,3 +119,5 @@ NS_ASSUME_NONNULL_END > #endif > > #endif >+ >+#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 193503
:
359289
| 359290