Title: [158781] trunk/Source/WebKit2
- Revision
- 158781
- Author
- [email protected]
- Date
- 2013-11-06 13:21:17 -0800 (Wed, 06 Nov 2013)
Log Message
Unreviewed Mac build fix; include ResourceResponse.
* Shared/WebNavigationDataStore.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (158780 => 158781)
--- trunk/Source/WebKit2/ChangeLog 2013-11-06 21:17:47 UTC (rev 158780)
+++ trunk/Source/WebKit2/ChangeLog 2013-11-06 21:21:17 UTC (rev 158781)
@@ -1,3 +1,9 @@
+2013-11-06 Jer Noble <[email protected]>
+
+ Unreviewed Mac build fix; include ResourceResponse.
+
+ * Shared/WebNavigationDataStore.h:
+
2013-11-06 Anders Carlsson <[email protected]>
Decode invocation arguments
Modified: trunk/Source/WebKit2/Shared/WebNavigationDataStore.h (158780 => 158781)
--- trunk/Source/WebKit2/Shared/WebNavigationDataStore.h 2013-11-06 21:17:47 UTC (rev 158780)
+++ trunk/Source/WebKit2/Shared/WebNavigationDataStore.h 2013-11-06 21:21:17 UTC (rev 158781)
@@ -30,6 +30,7 @@
#include "ArgumentEncoder.h"
#include "WebCoreArgumentCoders.h"
#include <WebCore/ResourceRequest.h>
+#include <WebCore/ResourceResponse.h>
#include <wtf/text/WTFString.h>
namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes