Title: [97739] trunk/Source/WebKit2
- Revision
- 97739
- Author
- [email protected]
- Date
- 2011-10-18 04:52:37 -0700 (Tue, 18 Oct 2011)
Log Message
[EFL][WK2] Fix compilation error by include WebErrors.h file.
https://bugs.webkit.org/show_bug.cgi?id=70309
Unreviewed build fix
Added a header file to fix compilation error.
Patch by Tomasz Morawski <[email protected]> on 2011-10-18
* WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (97738 => 97739)
--- trunk/Source/WebKit2/ChangeLog 2011-10-18 11:50:49 UTC (rev 97738)
+++ trunk/Source/WebKit2/ChangeLog 2011-10-18 11:52:37 UTC (rev 97739)
@@ -1,3 +1,14 @@
+2011-10-18 Tomasz Morawski <[email protected]>
+
+ [EFL][WK2] Fix compilation error by include WebErrors.h file.
+ https://bugs.webkit.org/show_bug.cgi?id=70309
+
+ Unreviewed build fix
+
+ Added a header file to fix compilation error.
+
+ * WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp:
+
2011-10-18 Adenilson Cavalcanti <[email protected]>
[Qt][WK2] Implement geolocation provider for qt port
Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp (97738 => 97739)
--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp 2011-10-18 11:50:49 UTC (rev 97738)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp 2011-10-18 11:52:37 UTC (rev 97739)
@@ -27,6 +27,7 @@
#include "WebErrors.h"
#include <WebCore/NotImplemented.h>
+#include <WebCore/ResourceError.h>
#include <WebCore/ResourceRequest.h>
#include <WebCore/ResourceResponse.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes