Title: [89692] trunk/Source/WebCore
- Revision
- 89692
- Author
- [email protected]
- Date
- 2011-06-24 12:16:48 -0700 (Fri, 24 Jun 2011)
Log Message
2011-06-24 Adrienne Walker <[email protected]>
Unreviewed, remove assertion about root layers in RenderLayerBacking.
https://bugs.webkit.org/show_bug.cgi?id=60741
This was added in r89687, but somehow is not true on Safari Leopard.
However, as the tests that were added with that revision are passing
correctly, the assertion is most likely not correct.
* rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::updateGraphicsLayerGeometry):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (89691 => 89692)
--- trunk/Source/WebCore/ChangeLog 2011-06-24 19:11:28 UTC (rev 89691)
+++ trunk/Source/WebCore/ChangeLog 2011-06-24 19:16:48 UTC (rev 89692)
@@ -1,3 +1,15 @@
+2011-06-24 Adrienne Walker <[email protected]>
+
+ Unreviewed, remove assertion about root layers in RenderLayerBacking.
+ https://bugs.webkit.org/show_bug.cgi?id=60741
+
+ This was added in r89687, but somehow is not true on Safari Leopard.
+ However, as the tests that were added with that revision are passing
+ correctly, the assertion is most likely not correct.
+
+ * rendering/RenderLayerBacking.cpp:
+ (WebCore::RenderLayerBacking::updateGraphicsLayerGeometry):
+
2011-06-24 Nikolas Zimmermann <[email protected]>
Reviewed by Dirk Schulze.
Modified: trunk/Source/WebCore/rendering/RenderLayerBacking.cpp (89691 => 89692)
--- trunk/Source/WebCore/rendering/RenderLayerBacking.cpp 2011-06-24 19:11:28 UTC (rev 89691)
+++ trunk/Source/WebCore/rendering/RenderLayerBacking.cpp 2011-06-24 19:16:48 UTC (rev 89692)
@@ -379,10 +379,8 @@
graphicsLayerParentLocation = clippingBox.location();
} else if (compAncestor)
graphicsLayerParentLocation = ancestorCompositingBounds.location();
- else {
- ASSERT(m_owningLayer->isRootLayer());
+ else
graphicsLayerParentLocation = renderer()->view()->documentRect().location();
- }
if (compAncestor && m_ancestorClippingLayer) {
// Call calculateRects to get the backgroundRect which is what is used to clip the contents of this
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes