Title: [88794] trunk/Source/WebCore
Revision
88794
Author
[email protected]
Date
2011-06-14 06:27:27 -0700 (Tue, 14 Jun 2011)

Log Message

2011-06-14  Andreas Kling  <[email protected]>

        Reviewed by Benjamin Poulain.

        Remove some unnecessary includes.

        * bindings/js/JSCanvasRenderingContext2DCustom.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (88793 => 88794)


--- trunk/Source/WebCore/ChangeLog	2011-06-14 13:22:18 UTC (rev 88793)
+++ trunk/Source/WebCore/ChangeLog	2011-06-14 13:27:27 UTC (rev 88794)
@@ -1,3 +1,11 @@
+2011-06-14  Andreas Kling  <[email protected]>
+
+        Reviewed by Benjamin Poulain.
+
+        Remove some unnecessary includes.
+
+        * bindings/js/JSCanvasRenderingContext2DCustom.cpp:
+
 2011-06-14  Yael Aharon  <[email protected]>
 
         Reviewed by Kent Tamura.

Modified: trunk/Source/WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp (88793 => 88794)


--- trunk/Source/WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp	2011-06-14 13:22:18 UTC (rev 88793)
+++ trunk/Source/WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp	2011-06-14 13:27:27 UTC (rev 88794)
@@ -25,18 +25,14 @@
 #include "CanvasRenderingContext2D.h"
 #include "CanvasStyle.h"
 #include "ExceptionCode.h"
-#include "FloatRect.h"
 #include "HTMLCanvasElement.h"
 #include "HTMLImageElement.h"
-#include "HTMLVideoElement.h"
 #include "ImageData.h"
 #include "JSCanvasGradient.h"
 #include "JSCanvasPattern.h"
 #include "JSHTMLCanvasElement.h"
 #include "JSHTMLImageElement.h"
-#include "JSHTMLVideoElement.h"
 #include "JSImageData.h"
-#include <runtime/Error.h>
 
 using namespace JSC;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to