Title: [159623] trunk/Source/WebCore
- Revision
- 159623
- Author
- [email protected]
- Date
- 2013-11-21 06:53:19 -0800 (Thu, 21 Nov 2013)
Log Message
[GTK] Release compilation fails when defining "LOG_DISABLED=0"
https://bugs.webkit.org/show_bug.cgi?id=124661
Patch by Andres Gomez <[email protected]> on 2013-11-21
Reviewed by Mario Sanchez Prada.
In a "Debug" build the CString.h header comes from another
indirect dependency. Now, we explicitly add this missing include.
* html/HTMLTrackElement.cpp: Explicitly adding missing include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (159622 => 159623)
--- trunk/Source/WebCore/ChangeLog 2013-11-21 14:52:39 UTC (rev 159622)
+++ trunk/Source/WebCore/ChangeLog 2013-11-21 14:53:19 UTC (rev 159623)
@@ -1,3 +1,15 @@
+2013-11-21 Andres Gomez <[email protected]>
+
+ [GTK] Release compilation fails when defining "LOG_DISABLED=0"
+ https://bugs.webkit.org/show_bug.cgi?id=124661
+
+ Reviewed by Mario Sanchez Prada.
+
+ In a "Debug" build the CString.h header comes from another
+ indirect dependency. Now, we explicitly add this missing include.
+
+ * html/HTMLTrackElement.cpp: Explicitly adding missing include.
+
2013-11-21 Ryosuke Niwa <[email protected]>
Fix Range.insertNode when the inserted node is in the same container as the Range
Modified: trunk/Source/WebCore/html/HTMLTrackElement.cpp (159622 => 159623)
--- trunk/Source/WebCore/html/HTMLTrackElement.cpp 2013-11-21 14:52:39 UTC (rev 159622)
+++ trunk/Source/WebCore/html/HTMLTrackElement.cpp 2013-11-21 14:53:19 UTC (rev 159623)
@@ -33,6 +33,7 @@
#include "HTMLNames.h"
#include "Logging.h"
#include "RuntimeEnabledFeatures.h"
+#include <wtf/text/CString.h>
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes