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

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2128093004: DevTools: Add color swatches to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed further comments Created 4 years, 5 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/externs.js
diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
index 870da2b065015b0ad172bf4e937d31d14f1a8fb1..f53393fb6efc1c69c41f57478ab68690f22c70a1 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -585,6 +585,9 @@ CodeMirror.StringStream.prototype = {
sol: function() { }
}
+/** @constructor */
+CodeMirror.TextMarker = function(doc, type) { }
lushnikov 2016/07/13 21:21:53 shouldn't it have a "clear" method?
flandy 2016/07/13 23:02:45 Yes. Added
+
/** @type {Object.<string, !Object.<string, string>>} */
CodeMirror.keyMap;

Powered by Google App Engine
This is Rietveld 408576698