| Index: extensions/renderer/v8_context_native_handler.h
|
| diff --git a/extensions/renderer/v8_context_native_handler.h b/extensions/renderer/v8_context_native_handler.h
|
| index 77f68a60e8c5692c4ed2f5be5fa2cce9f4e9d8a8..640d3c277a07eeec51df78f957f6723f31d83efe 100644
|
| --- a/extensions/renderer/v8_context_native_handler.h
|
| +++ b/extensions/renderer/v8_context_native_handler.h
|
| @@ -22,7 +22,6 @@ class V8ContextNativeHandler : public ObjectBackedNativeHandler {
|
| void RunWithNativesEnabledModuleSystem(
|
| const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| - ScriptContext* context_;
|
| Dispatcher* dispatcher_;
|
| };
|
|
|
|
|