Title: [140138] trunk/Source/WebCore
Revision
140138
Author
[email protected]
Date
2013-01-18 06:34:46 -0800 (Fri, 18 Jan 2013)

Log Message

Unreviewed Windows buildfix after r140097.

* html/HTMLPlugInElement.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140137 => 140138)


--- trunk/Source/WebCore/ChangeLog	2013-01-18 14:14:40 UTC (rev 140137)
+++ trunk/Source/WebCore/ChangeLog	2013-01-18 14:34:46 UTC (rev 140138)
@@ -1,3 +1,9 @@
+2013-01-18  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed Windows buildfix after r140097.
+
+        * html/HTMLPlugInElement.h:
+
 2013-01-18  Yury Semikhatsky  <[email protected]>
 
         Web Inspector: remove dead code from heap profiler front-end

Modified: trunk/Source/WebCore/html/HTMLPlugInElement.h (140137 => 140138)


--- trunk/Source/WebCore/html/HTMLPlugInElement.h	2013-01-18 14:14:40 UTC (rev 140137)
+++ trunk/Source/WebCore/html/HTMLPlugInElement.h	2013-01-18 14:34:46 UTC (rev 140138)
@@ -24,6 +24,9 @@
 #define HTMLPlugInElement_h
 
 #include "HTMLFrameOwnerElement.h"
+#include "Image.h"
+#include "ImageLoaderClient.h"
+
 #include "ScriptInstance.h"
 
 #if ENABLE(NETSCAPE_PLUGIN_API)
@@ -32,7 +35,6 @@
 
 namespace WebCore {
 
-class Image;
 class RenderEmbeddedObject;
 class RenderWidget;
 class Widget;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to