Title: [119474] trunk/Source/WebCore
- Revision
- 119474
- Author
- [email protected]
- Date
- 2012-06-05 02:37:41 -0700 (Tue, 05 Jun 2012)
Log Message
Build fix for r119470.
* loader/EmptyClients.cpp: Add #include "IntentRequest.h".
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (119473 => 119474)
--- trunk/Source/WebCore/ChangeLog 2012-06-05 09:34:35 UTC (rev 119473)
+++ trunk/Source/WebCore/ChangeLog 2012-06-05 09:37:41 UTC (rev 119474)
@@ -1,5 +1,11 @@
2012-06-05 Kent Tamura <[email protected]>
+ Build fix for r119470.
+
+ * loader/EmptyClients.cpp: Add #include "IntentRequest.h".
+
+2012-06-05 Kent Tamura <[email protected]>
+
Remove unused function: Document::formElements
https://bugs.webkit.org/show_bug.cgi?id=88272
Modified: trunk/Source/WebCore/loader/EmptyClients.cpp (119473 => 119474)
--- trunk/Source/WebCore/loader/EmptyClients.cpp 2012-06-05 09:34:35 UTC (rev 119473)
+++ trunk/Source/WebCore/loader/EmptyClients.cpp 2012-06-05 09:37:41 UTC (rev 119474)
@@ -39,6 +39,10 @@
#include "ColorChooser.h"
#endif
+#if ENABLE(WEB_INTENTS)
+#include "IntentRequest.h"
+#endif
+
namespace WebCore {
#if ENABLE(SVG) || ENABLE(PAGE_POPUP)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes