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

Unified Diff: third_party/WebKit/Source/devtools/front_end/cm_modes/livescript.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
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 4b26e04619cd6396601d224724ec29cd3a57d9cf..1e363f87699c7c58e8fc59b7d943faed66a07782 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: null
+ lastToken: {style: null, indent: 0, content: ""}
};
},
token: function(stream, state){

Powered by Google App Engine
This is Rietveld 408576698