| Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| index 4b6b7da60de5e4a0053d42d3f5041863b7a5472d..7e4b84705c2bd2feb6ba7507e9ae54b5e3f5804b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| @@ -21,7 +21,7 @@ public:
|
| void setExecutionContext(ExecutionContext*) override;
|
| private:
|
| ScriptStateForTesting(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);
|
| - RawPtrWillBePersistent<ExecutionContext> m_executionContext;
|
| + Persistent<ExecutionContext> m_executionContext;
|
| };
|
|
|
| class V8TestingScope {
|
|
|