| Index: third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h b/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| index 8a81458a2db3b31ecdd989d3f77c39d359f1d2cd..fa4b1c983e0a242ea31aacd2fd61c406fe41dbd9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WorkerScriptController.h
|
| @@ -111,7 +111,7 @@ private:
|
| bool m_executionScheduledToTerminate;
|
| mutable Mutex m_scheduledTerminationMutex;
|
|
|
| - OwnPtrWillBeMember<RejectedPromises> m_rejectedPromises;
|
| + RefPtrWillBeMember<RejectedPromises> m_rejectedPromises;
|
|
|
| // |m_globalScopeExecutionState| refers to a stack object
|
| // that evaluate() allocates; evaluate() ensuring that the
|
|
|