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 0d41c275293ad56bee6e6b310cec75799a076a2f..bcc75accee1097790c026e99a1d9359afced37ea 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 = parse.tokenizer(content); |
+ this._readNextToken = tokenizerHolder.tokenizer(content); |
this._state = this._readNextToken.context(); |
} |