Title: [147708] trunk/Source/WebCore
- Revision
- 147708
- Author
- [email protected]
- Date
- 2013-04-04 22:24:18 -0700 (Thu, 04 Apr 2013)
Log Message
Qt build fix attempt after r147684.
* html/canvas/CanvasRenderingContext.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147707 => 147708)
--- trunk/Source/WebCore/ChangeLog 2013-04-05 05:17:47 UTC (rev 147707)
+++ trunk/Source/WebCore/ChangeLog 2013-04-05 05:24:18 UTC (rev 147708)
@@ -1,3 +1,9 @@
+2013-04-04 Ryosuke Niwa <[email protected]>
+
+ Qt build fix attempt after r147684.
+
+ * html/canvas/CanvasRenderingContext.cpp:
+
2013-04-04 Benjamin Poulain <[email protected]>
alternateFamilyName should return a null, not an empty value
Modified: trunk/Source/WebCore/html/canvas/CanvasRenderingContext.cpp (147707 => 147708)
--- trunk/Source/WebCore/html/canvas/CanvasRenderingContext.cpp 2013-04-05 05:17:47 UTC (rev 147707)
+++ trunk/Source/WebCore/html/canvas/CanvasRenderingContext.cpp 2013-04-05 05:24:18 UTC (rev 147708)
@@ -31,6 +31,7 @@
#include "HTMLCanvasElement.h"
#include "HTMLImageElement.h"
#include "HTMLVideoElement.h"
+#include "Image.h"
#include "KURL.h"
#include "SecurityOrigin.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes