Skip to content

Commit

Permalink
remove reference to Parser::Internalize, which is gone now
Browse files Browse the repository at this point in the history
BUG=v8:5203

Change-Id: I088145e83877fad1b15476757f528e5f1e9cdf54
Reviewed-on: https://chromium-review.googlesource.com/511442
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Marja Hölttä <marja@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@opera.com>
Cr-Commit-Position: refs/heads/master@{#45482}
  • Loading branch information
mostynb authored and Commit Bot committed May 23, 2017
1 parent ea48d83 commit 44e4bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsing/parser.cc
Expand Up @@ -3532,7 +3532,7 @@ void Parser::ParseOnBackground(ParseInfo* info) {
info->set_literal(result);

// We cannot internalize on a background thread; a foreground task will take
// care of calling Parser::Internalize just before compilation.
// care of calling AstValueFactory::Internalize just before compilation.

if (produce_cached_parse_data()) {
if (result != NULL) *info->cached_data() = logger.GetScriptData();
Expand Down

0 comments on commit 44e4bb5

Please sign in to comment.