| Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| index 28e1ac9e9d3cf0cd2bc852911f083500c64c144f..ecdb3159b009ef94bec555ad6b10587db18f819d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
|
| @@ -84,7 +84,7 @@ void ScriptController::UpdateSecurityOrigin(SecurityOrigin* security_origin) {
|
|
|
| namespace {
|
|
|
| -V8CacheOptions CacheOptions(const ScriptResource* resource,
|
| +V8CacheOptions CacheOptions(const ScriptResourceData* resource,
|
| const Settings* settings) {
|
| V8CacheOptions v8_cache_options(kV8CacheOptionsDefault);
|
| if (settings)
|
|
|