Title: [93960] trunk/Source/WebKit2
Revision
93960
Author
[email protected]
Date
2011-08-29 01:22:07 -0700 (Mon, 29 Aug 2011)

Log Message

[GTK][WK2] Compilation error in WebKit2 GTK - Revision 93953
https://bugs.webkit.org/show_bug.cgi?id=67111

Patch by Vamshikrishna Yellenki <[email protected]> on 2011-08-29
Reviewed by Martin Robinson.

WebKit2 GTK build error.

* WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp:
Include <WebCore/ResourceError.h> explicitly to remove WebCore::ResourceError
inclusion error.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (93959 => 93960)


--- trunk/Source/WebKit2/ChangeLog	2011-08-29 08:10:30 UTC (rev 93959)
+++ trunk/Source/WebKit2/ChangeLog	2011-08-29 08:22:07 UTC (rev 93960)
@@ -1,3 +1,16 @@
+2011-08-29  Vamshikrishna Yellenki  <[email protected]>
+
+        [GTK][WK2] Compilation error in WebKit2 GTK - Revision 93953
+        https://bugs.webkit.org/show_bug.cgi?id=67111
+
+        Reviewed by Martin Robinson.
+
+        WebKit2 GTK build error.
+
+        * WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp:
+        Include <WebCore/ResourceError.h> explicitly to remove WebCore::ResourceError
+        inclusion error.
+
 2011-08-28  Balazs Kelemen  <[email protected]>
 
         [Qt][WK2] Unreviewed build fix.

Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp (93959 => 93960)


--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp	2011-08-29 08:10:30 UTC (rev 93959)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebErrorsGtk.cpp	2011-08-29 08:22:07 UTC (rev 93960)
@@ -28,6 +28,7 @@
 #include "config.h"
 #include "WebErrors.h"
 
+#include <WebCore/ResourceError.h>
 #include <WebCore/ResourceRequest.h>
 #include <WebCore/ResourceResponse.h>
 #include <glib/gi18n-lib.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to