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

Unified Diff: Source/devtools/front_end/script_formatter_worker/JavaScriptFormatter.js

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: Source/devtools/front_end/script_formatter_worker/JavaScriptFormatter.js
diff --git a/Source/devtools/front_end/script_formatter_worker/JavaScriptFormatter.js b/Source/devtools/front_end/script_formatter_worker/JavaScriptFormatter.js
index bcc75accee1097790c026e99a1d9359afced37ea..0d41c275293ad56bee6e6b310cec75799a076a2f 100644
--- a/Source/devtools/front_end/script_formatter_worker/JavaScriptFormatter.js
+++ b/Source/devtools/front_end/script_formatter_worker/JavaScriptFormatter.js
@@ -986,7 +986,7 @@
*/
FormatterWorker.JavaScriptTokenizer = function(content)
{
- this._readNextToken = tokenizerHolder.tokenizer(content);
+ this._readNextToken = parse.tokenizer(content);
this._state = this._readNextToken.context();
}

Powered by Google App Engine
This is Rietveld 408576698