| Index: third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| index 01125744fa3ae92a1bb0d524774c593f084cd3c4..8625dba4e1d1930ee406f866858f4c135911f8b2 100644
|
| --- a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| +++ b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| @@ -100,7 +100,8 @@ bool ExternalPopupMenu::showInternal() {
|
| m_webExternalPopupMenu->show(rectInViewport);
|
| return true;
|
| } else {
|
| - // The client might refuse to create a popup (when there is already one pending to be shown for example).
|
| + // The client might refuse to create a popup (when there is already one
|
| + // pending to be shown for example).
|
| didCancel();
|
| return false;
|
| }
|
|
|