Title: [144377] trunk/Source/WebCore
Revision
144377
Author
[email protected]
Date
2013-02-28 15:06:44 -0800 (Thu, 28 Feb 2013)

Log Message

Unreviewed build fix. A merge error led to a duplication of a single line.
Just removing the duplicate line.

* rendering/RenderLayer.cpp:
(WebCore::RenderLayer::createLocalTransformState):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144376 => 144377)


--- trunk/Source/WebCore/ChangeLog	2013-02-28 22:57:48 UTC (rev 144376)
+++ trunk/Source/WebCore/ChangeLog	2013-02-28 23:06:44 UTC (rev 144377)
@@ -1,3 +1,11 @@
+2013-02-28  David Hyatt  <[email protected]>
+
+        Unreviewed build fix. A merge error led to a duplication of a single line.
+        Just removing the duplicate line.
+
+        * rendering/RenderLayer.cpp:
+        (WebCore::RenderLayer::createLocalTransformState):
+
 2013-02-28  Kaustubh Atrawalkar  <[email protected]>
 
         Notification.requestPermission callback should be optional

Modified: trunk/Source/WebCore/rendering/RenderLayer.cpp (144376 => 144377)


--- trunk/Source/WebCore/rendering/RenderLayer.cpp	2013-02-28 22:57:48 UTC (rev 144376)
+++ trunk/Source/WebCore/rendering/RenderLayer.cpp	2013-02-28 23:06:44 UTC (rev 144377)
@@ -4368,8 +4368,6 @@
     }
     offset.moveBy(translationOffset);
 
-    offset.moveBy(translationOffset);
-
     RenderObject* containerRenderer = containerLayer ? containerLayer->renderer() : 0;
     if (renderer()->shouldUseTransformFromContainer(containerRenderer)) {
         TransformationMatrix containerTransform;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to