Title: [93456] trunk/Source/WebKit2
- Revision
- 93456
- Author
- [email protected]
- Date
- 2011-08-19 16:56:34 -0700 (Fri, 19 Aug 2011)
Log Message
Fix Windows build.
* WebProcess/Plugins/PluginController.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (93455 => 93456)
--- trunk/Source/WebKit2/ChangeLog 2011-08-19 23:54:40 UTC (rev 93455)
+++ trunk/Source/WebKit2/ChangeLog 2011-08-19 23:56:34 UTC (rev 93456)
@@ -1,5 +1,11 @@
2011-08-19 Anders Carlsson <[email protected]>
+ Fix Windows build.
+
+ * WebProcess/Plugins/PluginController.h:
+
+2011-08-19 Anders Carlsson <[email protected]>
+
Make the complex text input state a tri-state enum instead of a boolean
https://bugs.webkit.org/show_bug.cgi?id=62245
Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginController.h (93455 => 93456)
--- trunk/Source/WebKit2/WebProcess/Plugins/PluginController.h 2011-08-19 23:54:40 UTC (rev 93455)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginController.h 2011-08-19 23:56:34 UTC (rev 93456)
@@ -26,9 +26,12 @@
#ifndef PluginController_h
#define PluginController_h
-#include "PluginComplexTextInputState.h"
#include <wtf/Forward.h>
+#if PLATFORM(MAC)
+#include "PluginComplexTextInputState.h"
+#endif
+
struct NPObject;
typedef struct _NPVariant NPVariant;
typedef void* NPIdentifier;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes