Title: [159170] trunk/Source/WebKit2
Revision
159170
Author
g...@gnome.org
Date
2013-11-12 17:59:37 -0800 (Tue, 12 Nov 2013)

Log Message

Unreviewed try at fixing the GTK+ build.

* UIProcess/soup/WebSoupRequestManagerProxy.h: rename TypedAPIObject to API:TypedObject.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (159169 => 159170)


--- trunk/Source/WebKit2/ChangeLog	2013-11-13 01:50:07 UTC (rev 159169)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-13 01:59:37 UTC (rev 159170)
@@ -1,3 +1,9 @@
+2013-11-12  Gustavo Noronha Silva  <g...@gnome.org>
+
+        Unreviewed try at fixing the GTK+ build.
+
+        * UIProcess/soup/WebSoupRequestManagerProxy.h: rename TypedAPIObject to API:TypedObject.
+
 2013-11-12  Nick Diego Yamane  <nick.yam...@openbossa.org>
 
         [EFL][GTK] Remove MutableArray leftovers from build systems

Modified: trunk/Source/WebKit2/UIProcess/soup/WebSoupRequestManagerProxy.h (159169 => 159170)


--- trunk/Source/WebKit2/UIProcess/soup/WebSoupRequestManagerProxy.h	2013-11-13 01:50:07 UTC (rev 159169)
+++ trunk/Source/WebKit2/UIProcess/soup/WebSoupRequestManagerProxy.h	2013-11-13 01:59:37 UTC (rev 159170)
@@ -34,7 +34,7 @@
 class WebContext;
 class WebData;
 
-class WebSoupRequestManagerProxy : public TypedAPIObject<APIObject::TypeSoupRequestManager>, public WebContextSupplement, private CoreIPC::MessageReceiver {
+class WebSoupRequestManagerProxy : public API::TypedObject<API::Object::TypeSoupRequestManager>, public WebContextSupplement, private CoreIPC::MessageReceiver {
 public:
     static const char* supplementName();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to