Chromium Code Reviews| 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 bd80192f33a6aa19b9a305daf92d04a1ede17af9..6b7c973c8b20cb4b37bd7ab55b18b8c699ea7953 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>); |
| - ExecutionContext* m_executionContext; |
| + RawPtrWillBePersistent<ExecutionContext> m_executionContext; |
|
haraken
2015/11/14 07:13:35
Nit: This could be RefPtrWillBePersistent.
|
| }; |
| class V8TestingScope { |