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 8f03da4fe08d79e3a69f87743a86a5ce465c4aad..7b8b1937e924f24187e6828d913b01b830d55581 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp |
@@ -83,7 +83,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) |