| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index 6d1e85fdd37beb28e7e5aaaa76733a321828813e..fb2f3289df2d5e287be4654e4cefca5b90cf7eb9 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1166,7 +1166,7 @@ WebString WebLocalFrameImpl::selectionAsMarkup() const
|
| if (!range)
|
| return WebString();
|
|
|
| - return createMarkup(range.get(), 0, AnnotateForInterchange, false, ResolveNonLocalURLs);
|
| + return createMarkup(range.get(), AnnotateForInterchange, false, ResolveNonLocalURLs);
|
| }
|
|
|
| void WebLocalFrameImpl::selectWordAroundPosition(LocalFrame* frame, VisiblePosition position)
|
|
|