Title: [117179] branches/safari-536-branch/Source/WebCore
Revision
117179
Author
[email protected]
Date
2012-05-15 16:23:30 -0700 (Tue, 15 May 2012)

Log Message

Rollout 116013.

Modified Paths


Diff

Modified: branches/safari-536-branch/Source/WebCore/ChangeLog (117178 => 117179)


--- branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-15 23:21:39 UTC (rev 117178)
+++ branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-15 23:23:30 UTC (rev 117179)
@@ -1,3 +1,7 @@
+2012-05-15  Lucas Forschler  <[email protected]>
+
+    rollout 116013
+
 2012-05-15  Sam Weinig  <[email protected]>
 
         <rdar://problem/11401642> ENABLE_IFRAME_SEAMLESS should be turned off on the branch

Modified: branches/safari-536-branch/Source/WebCore/rendering/RenderTreeAsText.cpp (117178 => 117179)


--- branches/safari-536-branch/Source/WebCore/rendering/RenderTreeAsText.cpp	2012-05-15 23:21:39 UTC (rev 117178)
+++ branches/safari-536-branch/Source/WebCore/rendering/RenderTreeAsText.cpp	2012-05-15 23:23:30 UTC (rev 117179)
@@ -277,8 +277,11 @@
 
     // FIXME: Convert layout test results to report sub-pixel values, in the meantime using enclosingIntRect
     // for consistency with old results.
-    ts << " " << enclosingIntRect(r);
+    r = enclosingIntRect(r);
 
+
+    ts << " " << r;
+
     if (!(o.isText() && !o.isBR())) {
         if (o.isFileUploadControl())
             ts << " " << quoteAndEscapeNonPrintables(toRenderFileUploadControl(&o)->fileTextValue());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to