Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
index 325ffc44ac7d84d075d8b5fbddf19ec988323975..e5ae8c1ca2a587fce338648b15f5d4ed3847d9ff 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
@@ -72,7 +72,7 @@ public: |
DoNotExecuteScriptWhenScriptsDisabled |
}; |
- static RawPtr<ScriptController> create(LocalFrame* frame) |
+ static ScriptController* create(LocalFrame* frame) |
{ |
return new ScriptController(frame); |
} |