Title: [104958] trunk/Source/WebKit2
Revision
104958
Author
bfulg...@webkit.org
Date
2012-01-13 11:19:17 -0800 (Fri, 13 Jan 2012)

Log Message

[WinCairo] Build correction.

* Shared/WebGraphicsContext.h: Use proper include path for RefPtrCairo.h.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (104957 => 104958)


--- trunk/Source/WebKit2/ChangeLog	2012-01-13 19:15:24 UTC (rev 104957)
+++ trunk/Source/WebKit2/ChangeLog	2012-01-13 19:19:17 UTC (rev 104958)
@@ -1,3 +1,9 @@
+2012-01-13  Brent Fulgham  <bfulg...@webkit.org>
+
+        [WinCairo] Build correction.
+
+        * Shared/WebGraphicsContext.h: Use proper include path for RefPtrCairo.h.
+
 2012-01-12  Martin Robinson  <mrobin...@igalia.com>
 
         [GTK] [WebKit2] WebKitURIRequest and WebKitURIResponse should wrap the corresponding WebCore classes

Modified: trunk/Source/WebKit2/Shared/WebGraphicsContext.h (104957 => 104958)


--- trunk/Source/WebKit2/Shared/WebGraphicsContext.h	2012-01-13 19:15:24 UTC (rev 104957)
+++ trunk/Source/WebKit2/Shared/WebGraphicsContext.h	2012-01-13 19:19:17 UTC (rev 104958)
@@ -33,7 +33,7 @@
 #if USE(CG)
 #include <wtf/RetainPtr.h>
 #elif USE(CAIRO)
-#include "RefPtrCairo.h"
+#include <WebCore/RefPtrCairo.h>
 #endif
 
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to