Title: [203618] trunk/Source/WebKit2
Revision
203618
Author
ander...@apple.com
Date
2016-07-22 15:06:11 -0700 (Fri, 22 Jul 2016)

Log Message

Get rid of an unused API typedef
https://bugs.webkit.org/show_bug.cgi?id=160103

Reviewed by Sam Weinig.

* Shared/API/c/WKSharedAPICast.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (203617 => 203618)


--- trunk/Source/WebKit2/ChangeLog	2016-07-22 21:58:32 UTC (rev 203617)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-22 22:06:11 UTC (rev 203618)
@@ -1,3 +1,12 @@
+2016-07-22  Anders Carlsson  <ander...@apple.com>
+
+        Get rid of an unused API typedef
+        https://bugs.webkit.org/show_bug.cgi?id=160103
+
+        Reviewed by Sam Weinig.
+
+        * Shared/API/c/WKSharedAPICast.h:
+
 2016-07-22  Dan Bernstein  <m...@apple.com>
 
         run-safari doesn't work with Safari 10 on 10.11

Modified: trunk/Source/WebKit2/Shared/API/c/WKSharedAPICast.h (203617 => 203618)


--- trunk/Source/WebKit2/Shared/API/c/WKSharedAPICast.h	2016-07-22 21:58:32 UTC (rev 203617)
+++ trunk/Source/WebKit2/Shared/API/c/WKSharedAPICast.h	2016-07-22 22:06:11 UTC (rev 203618)
@@ -81,7 +81,6 @@
 class WebCertificateInfo;
 class WebConnection;
 class WebContextMenuItem;
-class WebGraphicsContext;
 class WebImage;
 
 template<typename APIType> struct APITypeInfo;
@@ -100,7 +99,6 @@
 WK_ADD_API_MAPPING(WKDictionaryRef, API::Dictionary)
 WK_ADD_API_MAPPING(WKDoubleRef, API::Double)
 WK_ADD_API_MAPPING(WKErrorRef, API::Error)
-WK_ADD_API_MAPPING(WKGraphicsContextRef, WebGraphicsContext)
 WK_ADD_API_MAPPING(WKImageRef, WebImage)
 WK_ADD_API_MAPPING(WKPointRef, API::Point)
 WK_ADD_API_MAPPING(WKRectRef, API::Rect)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to