Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index 2add1aad732196d33bc1e784553a03c8878c3438..3525622a16fbe74a1278d9a8430d0acc1b44e30a 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -425,8 +425,6 @@ void LocalFrame::countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigne |
String LocalFrame::layerTreeAsText(unsigned flags) const |
eseidel
2014/03/18 21:14:35
Should this ASSERT that it's up to date?
ojan
2014/03/19 17:29:41
The layerTreeAsText call on line 431 asserts this.
|
{ |
- document()->updateLayout(); |
- |
if (!contentRenderer()) |
return String(); |