Bug 20727
Summary: | PluginMessageThrottlerWin.h not being #included | ||
---|---|---|---|
Product: | WebKit | Reporter: | Luke Kenneth Casson Leighton <lkcl> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | berto |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Luke Kenneth Casson Leighton
Index: WebCore/plugins/gtk/PluginViewGtk.cpp
===================================================================
--- WebCore/plugins/gtk/PluginViewGtk.cpp (revision 36129)
+++ WebCore/plugins/gtk/PluginViewGtk.cpp (working copy)
@@ -66,6 +66,7 @@
#endif
#ifdef GDK_WINDOWING_WIN32
#include <gdk/gdkwin32.h>
+#include "PluginMessageThrottlerWin.h"
#endif
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alberto Garcia
*** This bug has been marked as a duplicate of bug 20725 ***