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

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

Issue 2862603003: Revert of DevTools: Roll CodeMirror to 5.25.1
Patch Set: Created 3 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/cm_web_modes/javascript.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 535869f93e2b2370f023edd08745e581aace353d..b94f825d1071622697533ea0c810b082cf65928d 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -556,6 +556,12 @@
* @return {number}
*/
CodeMirror.cmpPos = function(pos1, pos2) {};
+
+/**
+ * @param {string} mode
+ * @param {?} definition
+ */
+CodeMirror.defineSimpleMode = function(mode, definition) {};
/** @constructor */
CodeMirror.StringStream = function(line) {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/cm_web_modes/javascript.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698