| Index: extensions/renderer/api_bindings_system.h
|
| diff --git a/extensions/renderer/api_bindings_system.h b/extensions/renderer/api_bindings_system.h
|
| index 9f96dbb4fa5625c98dd324bcf8a56e2a61d64211..138d42d937461d3d8109a026d78d6fb451f928a6 100644
|
| --- a/extensions/renderer/api_bindings_system.h
|
| +++ b/extensions/renderer/api_bindings_system.h
|
| @@ -54,7 +54,6 @@ class APIBindingsSystem {
|
| v8::Local<v8::Object> CreateAPIInstance(
|
| const std::string& api_name,
|
| v8::Local<v8::Context> context,
|
| - v8::Isolate* isolate,
|
| const APIBinding::AvailabilityCallback& is_available,
|
| APIBindingHooks** hooks_out);
|
|
|
|
|