Title: [159695] trunk/Source/WebCore
Revision
159695
Author
commit-qu...@webkit.org
Date
2013-11-22 09:44:03 -0800 (Fri, 22 Nov 2013)

Log Message

Several missing/incorrect guards for LOG_DISABLED=0 against Release build (Mac)
https://bugs.webkit.org/show_bug.cgi?id=78735

Patch by Andres Gomez <ago...@igalia.com> on 2013-11-22
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.

* page/CaptionUserPreferencesMediaAF.cpp: Explicitly adding
missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159694 => 159695)


--- trunk/Source/WebCore/ChangeLog	2013-11-22 17:38:33 UTC (rev 159694)
+++ trunk/Source/WebCore/ChangeLog	2013-11-22 17:44:03 UTC (rev 159695)
@@ -1,3 +1,16 @@
+2013-11-22  Andres Gomez  <ago...@igalia.com>
+
+        Several missing/incorrect guards for LOG_DISABLED=0 against Release build (Mac)
+        https://bugs.webkit.org/show_bug.cgi?id=78735
+
+        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.
+
+        * page/CaptionUserPreferencesMediaAF.cpp: Explicitly adding
+        missing include.
+
 2013-11-22  Robert Sipka  <si...@inf.u-szeged.hu>
 
         [curl] Fix of SSL certificate chain storage

Modified: trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp (159694 => 159695)


--- trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp	2013-11-22 17:38:33 UTC (rev 159694)
+++ trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp	2013-11-22 17:44:03 UTC (rev 159695)
@@ -44,6 +44,7 @@
 #include "TextTrackList.h"
 #include "UserStyleSheetTypes.h"
 #include <wtf/RetainPtr.h>
+#include <wtf/text/CString.h>
 #include <wtf/text/StringBuilder.h>
 
 #if PLATFORM(IOS)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to