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

Unified Diff: Source/devtools/blink/chromeServerProfile/Default/Cache/f_00006e

Issue 242263007: Add <label> to items in Event Listener Breakpoint of Chrome Dev Tools Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 6 years, 8 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
Index: Source/devtools/blink/chromeServerProfile/Default/Cache/f_00006e
diff --git a/Source/devtools/front_end/JavaScriptSourceFrame.js b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00006e
similarity index 99%
copy from Source/devtools/front_end/JavaScriptSourceFrame.js
copy to Source/devtools/blink/chromeServerProfile/Default/Cache/f_00006e
index c2711b884062b06268334cbccd9df6a6130e63ca..2af3ab7f3d1a232542c6d56ad02f05a2e1ef88de 100644
--- a/Source/devtools/front_end/JavaScriptSourceFrame.js
+++ b/Source/devtools/blink/chromeServerProfile/Default/Cache/f_00006e
@@ -176,7 +176,7 @@ WebInspector.JavaScriptSourceFrame.prototype = {
function liveEdit()
{
var liveEditUISourceCode = WebInspector.liveEditSupport.uiSourceCodeForLiveEdit(this._uiSourceCode);
- WebInspector.Revealer.reveal(liveEditUISourceCode.uiLocation(lineNumber));
+ this._scriptsPanel.showUISourceCode(liveEditUISourceCode, lineNumber)
}
WebInspector.UISourceCodeFrame.prototype.populateTextAreaContextMenu.call(this, contextMenu, lineNumber);

Powered by Google App Engine
This is Rietveld 408576698