Title: [152217] trunk/Source/WebCore
- Revision
- 152217
- Author
- [email protected]
- Date
- 2013-07-01 01:44:44 -0700 (Mon, 01 Jul 2013)
Log Message
Add missing string headers that are used when LOG_DISABLED is 0.
https://bugs.webkit.org/show_bug.cgi?id=118227
Patch by Kwang Yul Seo <[email protected]> on 2013-07-01
Reviewed by Andreas Kling.
Build fix for LOG_DISABLED=0.
No new tests, no behavior change.
* html/track/InbandTextTrack.cpp:
* rendering/RenderLayerCompositor.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (152216 => 152217)
--- trunk/Source/WebCore/ChangeLog 2013-07-01 08:44:06 UTC (rev 152216)
+++ trunk/Source/WebCore/ChangeLog 2013-07-01 08:44:44 UTC (rev 152217)
@@ -1,3 +1,17 @@
+2013-07-01 Kwang Yul Seo <[email protected]>
+
+ Add missing string headers that are used when LOG_DISABLED is 0.
+ https://bugs.webkit.org/show_bug.cgi?id=118227
+
+ Reviewed by Andreas Kling.
+
+ Build fix for LOG_DISABLED=0.
+
+ No new tests, no behavior change.
+
+ * html/track/InbandTextTrack.cpp:
+ * rendering/RenderLayerCompositor.cpp:
+
2013-06-29 Simon Fraser <[email protected]>
Avoid calling into Objective-C every time we get the scrollbar width
Modified: trunk/Source/WebCore/html/track/InbandTextTrack.cpp (152216 => 152217)
--- trunk/Source/WebCore/html/track/InbandTextTrack.cpp 2013-07-01 08:44:06 UTC (rev 152216)
+++ trunk/Source/WebCore/html/track/InbandTextTrack.cpp 2013-07-01 08:44:44 UTC (rev 152217)
@@ -38,6 +38,7 @@
#include "TextTrackCueGeneric.h"
#include "TextTrackCueList.h"
#include <math.h>
+#include <wtf/text/CString.h>
namespace WebCore {
Modified: trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp (152216 => 152217)
--- trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp 2013-07-01 08:44:06 UTC (rev 152216)
+++ trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp 2013-07-01 08:44:44 UTC (rev 152217)
@@ -61,6 +61,8 @@
#include "TransformState.h"
#include <wtf/CurrentTime.h>
#include <wtf/TemporaryChange.h>
+#include <wtf/text/CString.h>
+#include <wtf/text/StringBuilder.h>
#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
#include "HTMLAudioElement.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes