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

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

Issue 2772343006: DevTools: Roll CodeMirror to 5.25.1 (Closed)
Patch Set: stray space Created 3 years, 9 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 b94f825d1071622697533ea0c810b082cf65928d..535869f93e2b2370f023edd08745e581aace353d 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -557,12 +557,6 @@ CodeMirror.Pos.prototype.ch;
*/
CodeMirror.cmpPos = function(pos1, pos2) {};
-/**
- * @param {string} mode
- * @param {?} definition
- */
-CodeMirror.defineSimpleMode = function(mode, definition) {};
-
/** @constructor */
CodeMirror.StringStream = function(line) {
this.pos = 0;
« 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