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

Unified Diff: third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js

Issue 2726183003: [DevTools] move green dots further (Closed)
Patch Set: hm Created 3 years, 10 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: third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js
diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js b/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js
index 7b5a1923d2c9cb44fb41a7169f2a442c9c8e9d91..c8c7319aa4cf2d8eceb69aa6609c53367ee9b5bb 100644
--- a/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js
+++ b/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js
@@ -285,7 +285,7 @@ Bindings.BreakpointManager = class extends Common.Object {
/**
* @this {!Bindings.BreakpointManager}
- * @param {!Array<!SDK.DebuggerModel.Location>} locations
+ * @param {!Array<!SDK.DebuggerModel.BreakLocation>} locations
* @return {!Array<!Workspace.UILocation>}
*/
function toUILocations(locations) {

Powered by Google App Engine
This is Rietveld 408576698