Title: [236441] trunk/Source/WebKit
Revision
236441
Author
achristen...@apple.com
Date
2018-09-24 16:11:58 -0700 (Mon, 24 Sep 2018)

Log Message

Build fix.
https://bugs.webkit.org/show_bug.cgi?id=189929

* WebProcess/InjectedBundle/API/c/WKBundleFileHandleRef.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236440 => 236441)


--- trunk/Source/WebKit/ChangeLog	2018-09-24 23:11:36 UTC (rev 236440)
+++ trunk/Source/WebKit/ChangeLog	2018-09-24 23:11:58 UTC (rev 236441)
@@ -1,5 +1,12 @@
 2018-09-24  Alex Christensen  <achristen...@webkit.org>
 
+        Build fix.
+        https://bugs.webkit.org/show_bug.cgi?id=189929
+
+        * WebProcess/InjectedBundle/API/c/WKBundleFileHandleRef.h:
+
+2018-09-24  Alex Christensen  <achristen...@webkit.org>
+
         Prepare to replace WKBundleFileHandleCreateWithPath with a version that takes a WKBundlePageRef
         https://bugs.webkit.org/show_bug.cgi?id=189929
 

Modified: trunk/Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFileHandleRef.h (236440 => 236441)


--- trunk/Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFileHandleRef.h	2018-09-24 23:11:36 UTC (rev 236440)
+++ trunk/Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFileHandleRef.h	2018-09-24 23:11:58 UTC (rev 236441)
@@ -35,7 +35,7 @@
 
 WK_EXPORT WKTypeID WKBundleFileHandleGetTypeID();
 
-WK_EXPORT WKBundleFileHandleRef WKBundleFileHandleCreateWithPath(WKStringRef path) WK_BUNDLE_API_DEPRECATED_WITH_REPLACEMENT(WKBundleFileHandleCreateWithPathForPage);
+WK_EXPORT WKBundleFileHandleRef WKBundleFileHandleCreateWithPath(WKStringRef path) WK_C_API_DEPRECATED_WITH_REPLACEMENT(WKBundleFileHandleCreateWithPathForPage);
 WK_EXPORT WKBundleFileHandleRef WKBundleFileHandleCreateWithPathForPage(WKStringRef path, WKBundlePageRef page);
 
 #ifdef __cplusplus
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to