| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| index 1daf0bd50f1b5327da254f3701abc1101eca9960..d3f5e95913370b7f50300bbd30db3b24b06de1fe 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -615,7 +615,7 @@ bool ScriptStreamer::startStreamingInternal(PendingScript* script,
|
| // produce parser cache if the non-streaming compile takes advantage of it.
|
| v8::ScriptCompiler::CompileOptions compileOption =
|
| v8::ScriptCompiler::kNoCompileOptions;
|
| - if (settings->v8CacheOptions() == V8CacheOptionsParse)
|
| + if (settings->GetV8CacheOptions() == V8CacheOptionsParse)
|
| compileOption = v8::ScriptCompiler::kProduceParserCache;
|
|
|
| // The Resource might go out of scope if the script is no longer
|
|
|