WebKit Bugzilla
Attachment 348048 Details for
Bug 188934
: Fix IOSMAC build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188934-20180824153712.patch (text/plain), 1.12 KB, created by
Alex Christensen
on 2018-08-24 15:37:13 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2018-08-24 15:37:13 PDT
Size:
1.12 KB
patch
obsolete
>Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 235334) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-08-24 Alex Christensen <achristensen@webkit.org> >+ >+ Fix IOSMAC build >+ https://bugs.webkit.org/show_bug.cgi?id=188934 >+ <rdar://problem/43694979> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * platform/network/cf/FormDataStreamCFNet.cpp: >+ > 2018-08-24 Jer Noble <jer.noble@apple.com> > > Using Touch Bar to scrub video on Youtube results in video playback freeze >Index: Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp >=================================================================== >--- Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp (revision 235331) >+++ Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp (working copy) >@@ -42,7 +42,7 @@ > #include <wtf/StdLibExtras.h> > #include <wtf/Threading.h> > >-#if PLATFORM(IOS) >+#if PLATFORM(IOS) && !PLATFORM(IOSMAC) > static const SInt32 fnfErr = -43; > #elif PLATFORM(MAC) > #include <CoreServices/CoreServices.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
Flags:
darin
:
review+
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188934
: 348048 |
348138