| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index e8e200f62ea95eb1bd2155dcbc7c5f861fd4545a..c14a323d7349221ec9a0842a0e94ca3c118994ff 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -1296,7 +1296,7 @@ bool WebFrameImpl::hasSelection() const
|
| return pluginContainer->plugin()->hasSelection();
|
|
|
| // frame()->selection()->isNone() never returns true.
|
| - return (frame()->selection()->start() != frame()->selection()->end());
|
| + return frame()->selection()->start() != frame()->selection()->end();
|
| }
|
|
|
| WebRange WebFrameImpl::selectionRange() const
|
|
|