| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index ab13d530431e1dd3f53ade03028c7b33ef594a4f..eaf3f37bf8143dfb70b3457ab81d39eb11593018 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1567,6 +1567,9 @@ WebString WebLocalFrameImpl::layoutTreeAsText(LayoutAsTextControls toShow) const
|
| {
|
| LayoutAsTextBehavior behavior = LayoutAsTextShowAllLayers;
|
|
|
| + if (toShow & LayoutAsTextWithLineTrees)
|
| + behavior |= LayoutAsTextShowLineTrees;
|
| +
|
| if (toShow & LayoutAsTextDebug)
|
| behavior |= LayoutAsTextShowCompositedLayers | LayoutAsTextShowAddresses | LayoutAsTextShowIDAndClass | LayoutAsTextShowLayerNesting;
|
|
|
|
|