Title: [86718] trunk/Source/WebKit2
- Revision
- 86718
- Author
- [email protected]
- Date
- 2011-05-17 16:21:39 -0700 (Tue, 17 May 2011)
Log Message
Build fix after r86717.
* UIProcess/API/C/win/WKView.h: Add a forward declaration of IDropTarget
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (86717 => 86718)
--- trunk/Source/WebKit2/ChangeLog 2011-05-17 23:15:06 UTC (rev 86717)
+++ trunk/Source/WebKit2/ChangeLog 2011-05-17 23:21:39 UTC (rev 86718)
@@ -1,5 +1,11 @@
2011-05-17 Brian Weinstein <[email protected]>
+ Build fix after r86717.
+
+ * UIProcess/API/C/win/WKView.h: Add a forward declaration of IDropTarget
+
+2011-05-17 Brian Weinstein <[email protected]>
+
Reviewed by Adam Roben.
WebKit2: Needs API to set a custom drop target
Modified: trunk/Source/WebKit2/UIProcess/API/C/win/WKView.h (86717 => 86718)
--- trunk/Source/WebKit2/UIProcess/API/C/win/WKView.h 2011-05-17 23:15:06 UTC (rev 86717)
+++ trunk/Source/WebKit2/UIProcess/API/C/win/WKView.h 2011-05-17 23:21:39 UTC (rev 86718)
@@ -30,6 +30,8 @@
#include <WebKit2/WKGeometry.h>
#include <windows.h>
+struct IDropTarget;
+
#ifdef __cplusplus
extern "C" {
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes