| Index: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| index 816eab1a56ce84b096bb6120c3cd7f5bd34f7a23..4e9d86375bd7eb5eb04d1469d3389c659367a497 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.h
|
| @@ -48,8 +48,8 @@ class WorkerGlobalScope;
|
| class ScheduledAction final : public GarbageCollectedFinalized<ScheduledAction> {
|
| WTF_MAKE_NONCOPYABLE(ScheduledAction);
|
| public:
|
| - static RawPtr<ScheduledAction> create(ScriptState*, const ScriptValue& handler, const Vector<ScriptValue>& arguments);
|
| - static RawPtr<ScheduledAction> create(ScriptState*, const String& handler);
|
| + static ScheduledAction* create(ScriptState*, const ScriptValue& handler, const Vector<ScriptValue>& arguments);
|
| + static ScheduledAction* create(ScriptState*, const String& handler);
|
|
|
| ~ScheduledAction();
|
| DECLARE_TRACE();
|
|
|