| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| index 201803ef0cd8fa175eeec1956a2b305758236bb4..9236bcc23cd422da89ed014ea185dd05835091ea 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| @@ -153,7 +153,7 @@ class CORE_EXPORT ScriptPromiseResolver
|
|
|
| ResolutionState m_state;
|
| const RefPtr<ScriptState> m_scriptState;
|
| - Timer<ScriptPromiseResolver> m_timer;
|
| + TaskRunnerTimer<ScriptPromiseResolver> m_timer;
|
| Resolver m_resolver;
|
| ScopedPersistent<v8::Value> m_value;
|
|
|
|
|