| 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 6b7c973c8b20cb4b37bd7ab55b18b8c699ea7953..6ee56ff8a255ad37942c7baebc86595d94c5574c 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 {
|
|
|