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

Unified Diff: third_party/WebKit/Source/devtools/front_end/cm_modes/livescript.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
Index: third_party/WebKit/Source/devtools/front_end/cm_modes/livescript.js
diff --git a/third_party/WebKit/Source/devtools/front_end/cm_modes/livescript.js b/third_party/WebKit/Source/devtools/front_end/cm_modes/livescript.js
index 1e363f87699c7c58e8fc59b7d943faed66a07782..4b26e04619cd6396601d224724ec29cd3a57d9cf 100644
--- a/third_party/WebKit/Source/devtools/front_end/cm_modes/livescript.js
+++ b/third_party/WebKit/Source/devtools/front_end/cm_modes/livescript.js
@@ -50,7 +50,7 @@
startState: function(){
return {
next: 'start',
- lastToken: {style: null, indent: 0, content: ""}
+ lastToken: null
};
},
token: function(stream, state){

Powered by Google App Engine
This is Rietveld 408576698