Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2463)

Unified Diff: Source/web/WebFrameImpl.cpp

Issue 18563008: Web MIDI: add assign() and equals() to WebMIDIPermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: for CQ Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebAccessibilityObject.cpp ('k') | Source/web/WebImageDecoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/web/WebAccessibilityObject.cpp ('k') | Source/web/WebImageDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698