Title: [220784] trunk/Source/WebKit
Revision
220784
Author
timothy_hor...@apple.com
Date
2017-08-15 20:06:42 -0700 (Tue, 15 Aug 2017)

Log Message

WKSnapshotConfiguration is missing from the WebKit umbrella header
https://bugs.webkit.org/show_bug.cgi?id=175614
<rdar://problem/33812691>

Reviewed by Dan Bernstein.

* Shared/API/Cocoa/WebKit.h:
Add WKSnapshotConfiguration, which is a public header.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (220783 => 220784)


--- trunk/Source/WebKit/ChangeLog	2017-08-16 02:49:04 UTC (rev 220783)
+++ trunk/Source/WebKit/ChangeLog	2017-08-16 03:06:42 UTC (rev 220784)
@@ -1,3 +1,14 @@
+2017-08-15  Tim Horton  <timothy_hor...@apple.com>
+
+        WKSnapshotConfiguration is missing from the WebKit umbrella header
+        https://bugs.webkit.org/show_bug.cgi?id=175614
+        <rdar://problem/33812691>
+
+        Reviewed by Dan Bernstein.
+
+        * Shared/API/Cocoa/WebKit.h:
+        Add WKSnapshotConfiguration, which is a public header.
+
 2017-08-15  Simon Fraser  <simon.fra...@apple.com>
 
         Allow WebCore logging channels to be set from the UI process

Modified: trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h (220783 => 220784)


--- trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h	2017-08-16 02:49:04 UTC (rev 220783)
+++ trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h	2017-08-16 03:06:42 UTC (rev 220784)
@@ -44,6 +44,7 @@
 #import <WebKit/WKScriptMessage.h>
 #import <WebKit/WKScriptMessageHandler.h>
 #import <WebKit/WKSecurityOrigin.h>
+#import <WebKit/WKSnapshotConfiguration.h>
 #import <WebKit/WKUIDelegate.h>
 #import <WebKit/WKURLSchemeHandler.h>
 #import <WebKit/WKURLSchemeTask.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to