| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 5c0ed1c3831289692449b02fe10a8503d391b4a0..d0dd9e1bf85984c44462b9818c2633f2443d25e9 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -746,7 +746,7 @@ String LocalFrame::selectedText() const {
|
|
|
| String LocalFrame::selectedTextForClipboard() const {
|
| if (!document())
|
| - return emptyString();
|
| + return emptyString;
|
| DCHECK(!document()->needsLayoutTreeUpdate());
|
| return selection().selectedTextForClipboard();
|
| }
|
|
|