Title: [165736] trunk/Source/WebCore
- Revision
- 165736
- Author
- [email protected]
- Date
- 2014-03-17 09:26:53 -0700 (Mon, 17 Mar 2014)
Log Message
Unreviewed.
Addressing reviewing comments by Darin in bug #130310 that I forgot
to address before landing the changes in r165732.
https://bugs.webkit.org/show_bug.cgi?id=130310
* rendering/InlineTextBox.cpp:
* rendering/RenderLayer.cpp:
* rendering/RenderObject.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (165735 => 165736)
--- trunk/Source/WebCore/ChangeLog 2014-03-17 16:14:57 UTC (rev 165735)
+++ trunk/Source/WebCore/ChangeLog 2014-03-17 16:26:53 UTC (rev 165736)
@@ -1,3 +1,15 @@
+2014-03-17 Zan Dobersek <[email protected]>
+
+ Unreviewed.
+
+ Addressing reviewing comments by Darin in bug #130310 that I forgot
+ to address before landing the changes in r165732.
+ https://bugs.webkit.org/show_bug.cgi?id=130310
+
+ * rendering/InlineTextBox.cpp:
+ * rendering/RenderLayer.cpp:
+ * rendering/RenderObject.cpp:
+
2014-03-17 Jessie Berlin <[email protected]>
Speculative build fix for ENABLE(TELEPHONE_NUMBER_DETECTION) after r165724.
Modified: trunk/Source/WebCore/rendering/InlineTextBox.cpp (165735 => 165736)
--- trunk/Source/WebCore/rendering/InlineTextBox.cpp 2014-03-17 16:14:57 UTC (rev 165735)
+++ trunk/Source/WebCore/rendering/InlineTextBox.cpp 2014-03-17 16:26:53 UTC (rev 165736)
@@ -51,12 +51,9 @@
#include "TextPaintStyle.h"
#include "TextPainter.h"
#include "break_lines.h"
+#include <stdio.h>
#include <wtf/text/CString.h>
-#ifndef NDEBUG
-#include <cstdio>
-#endif
-
namespace WebCore {
struct SameSizeAsInlineTextBox : public InlineBox {
Modified: trunk/Source/WebCore/rendering/RenderLayer.cpp (165735 => 165736)
--- trunk/Source/WebCore/rendering/RenderLayer.cpp 2014-03-17 16:14:57 UTC (rev 165735)
+++ trunk/Source/WebCore/rendering/RenderLayer.cpp 2014-03-17 16:26:53 UTC (rev 165736)
@@ -111,6 +111,7 @@
#include "TextStream.h"
#include "TransformationMatrix.h"
#include "TranslateTransformOperation.h"
+#include <stdio.h>
#include <wtf/StdLibExtras.h>
#include <wtf/text/CString.h>
@@ -121,11 +122,6 @@
#include "RenderLayerFilterInfo.h"
#endif
-#ifndef NDEBUG
-#include <cstdio>
-#endif
-
-
#define MIN_INTERSECT_FOR_REVEAL 32
namespace WebCore {
Modified: trunk/Source/WebCore/rendering/RenderObject.cpp (165735 => 165736)
--- trunk/Source/WebCore/rendering/RenderObject.cpp 2014-03-17 16:14:57 UTC (rev 165735)
+++ trunk/Source/WebCore/rendering/RenderObject.cpp 2014-03-17 16:26:53 UTC (rev 165736)
@@ -63,16 +63,13 @@
#include "TransformState.h"
#include "htmlediting.h"
#include <algorithm>
+#include <stdio.h>
#include <wtf/RefCountedLeakCounter.h>
#if PLATFORM(IOS)
#include "SelectionRect.h"
#endif
-#ifndef NDEBUG
-#include <cstdio>
-#endif
-
namespace WebCore {
using namespace HTMLNames;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes