| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index b052ed726f259bcd1677e81f63d0948ac1b6407a..e6cf59872f4c05426d3870e5c63e2357132f7596 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1463,7 +1463,7 @@ WebString WebLocalFrameImpl::contentAsMarkup() const
|
| {
|
| if (!frame())
|
| return WebString();
|
| - return createFullMarkup(frame()->document());
|
| + return createMarkup(frame()->document());
|
| }
|
|
|
| WebString WebLocalFrameImpl::renderTreeAsText(RenderAsTextControls toShow) const
|
|
|