WebKit Bugzilla
Attachment 360898 Details for
Bug 194176
: Add back some optional includes that got removed.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194176-20190201142328.patch (text/plain), 1.94 KB, created by
Timothy Hatcher
on 2019-02-01 14:23:28 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Timothy Hatcher
Created:
2019-02-01 14:23:28 PST
Size:
1.94 KB
patch
obsolete
>Subversion Revision: 240798 >diff --git a/Source/WebKitLegacy/mac/ChangeLog b/Source/WebKitLegacy/mac/ChangeLog >index b5cbcd383b0fea7b814eab8174c2ab7621ba095c..408ec031f2b4bcbe5ca6af7a37b4dfd665bef13b 100644 >--- a/Source/WebKitLegacy/mac/ChangeLog >+++ b/Source/WebKitLegacy/mac/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-01 Timothy Hatcher <timothy@apple.com> >+ >+ Add back some optional includes that got removed. >+ https://bugs.webkit.org/show_bug.cgi?id=194176 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebView/WebView.mm: >+ * WebView/WebViewPrivate.h: >+ > 2019-01-28 Devin Rousso <drousso@apple.com> > > Web Inspector: provide a way to edit page WebRTC settings on a remote target >diff --git a/Source/WebKitLegacy/mac/WebView/WebView.mm b/Source/WebKitLegacy/mac/WebView/WebView.mm >index 663093439161d2848e5d29e6fd9568918e8d852d..8231092dc63048e8d1838953a398afb54c874707 100644 >--- a/Source/WebKitLegacy/mac/WebView/WebView.mm >+++ b/Source/WebKitLegacy/mac/WebView/WebView.mm >@@ -1140,6 +1140,10 @@ @end > > @implementation WebView (WebPrivate) > >+#if USE(APPLE_INTERNAL_SDK) && __has_include(<WebKitAdditions/WebViewPrivateAdditions.mm>) >+#include <WebKitAdditions/WebViewPrivateAdditions.mm> >+#endif >+ > + (NSString *)_standardUserAgentWithApplicationName:(NSString *)applicationName > { > return standardUserAgentWithApplicationName(applicationName); >diff --git a/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h b/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h >index 299fe677f2a7a6bdb3632e3b55f8f46cccfac9c8..a93e31f7d6ed40fcdb05902a95108d50e1743f64 100644 >--- a/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h >+++ b/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h >@@ -319,6 +319,10 @@ typedef enum { > > @interface WebView (WebPrivate) > >+#if __has_include(<WebKitAdditions/WebViewPrivateAdditions.h>) >+#include <WebKitAdditions/WebViewPrivateAdditions.h> >+#endif >+ > + (void)_setIconLoadingEnabled:(BOOL)enabled; > + (BOOL)_isIconLoadingEnabled; >
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 194176
:
360898
|
361073