| 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 3c29ed9a153bea4f5db514545c2deffcd58a20fa..65f0f9f7eb5d088be74492f2855c6c1c16bd751f 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
|
|
|