| Index: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| index f6a6e6c6319e4ebcac88251c0d570c2c173194e8..bfae54509a5ae56adbd8105577cc5ca816a4fb95 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| @@ -276,6 +276,7 @@ WebInspector.UISourceCodeFrame.prototype = {
|
| {
|
| contextMenu.appendApplicableItems(this._uiSourceCode);
|
| contextMenu.appendApplicableItems(new WebInspector.UILocation(this._uiSourceCode, lineNumber, columnNumber));
|
| + contextMenu.appendApplicableItems(this);
|
| }
|
|
|
| return WebInspector.SourceFrame.prototype.populateTextAreaContextMenu.call(this, contextMenu, lineNumber, columnNumber)
|
|
|