| Index: Source/devtools/front_end/ui/ContextMenu.js
|
| diff --git a/Source/devtools/front_end/ui/ContextMenu.js b/Source/devtools/front_end/ui/ContextMenu.js
|
| index 1d5e90ffde9ce0b24f86151939288175cd3908ff..2a988154a2f9551b6898204abffa5919edaefc14 100644
|
| --- a/Source/devtools/front_end/ui/ContextMenu.js
|
| +++ b/Source/devtools/front_end/ui/ContextMenu.js
|
| @@ -233,7 +233,7 @@ WebInspector.ContextMenu.prototype = {
|
|
|
| if (menuObject.length) {
|
| WebInspector._contextMenu = this;
|
| - if (WebInspector.ContextMenu._useSoftMenu || InspectorFrontendHost.isStub()) {
|
| + if (WebInspector.ContextMenu._useSoftMenu || InspectorFrontendHost.isHostedMode()) {
|
| var softMenu = new WebInspector.SoftContextMenu(menuObject, this._itemSelected.bind(this));
|
| softMenu.show(this._event.x, this._event.y);
|
| } else {
|
|
|