| Index: chrome/renderer/extensions/app_runtime_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/app_runtime_custom_bindings.h b/chrome/renderer/extensions/app_runtime_custom_bindings.h
|
| index c691300293908f84e142cda25a7a0978c23c720e..2d63ded4d71ae7c96c05191d5ea5cf8633d60010 100644
|
| --- a/chrome/renderer/extensions/app_runtime_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/app_runtime_custom_bindings.h
|
| @@ -13,7 +13,7 @@ namespace extensions {
|
| class AppRuntimeCustomBindings : public ChromeV8Extension {
|
| public:
|
| AppRuntimeCustomBindings(Dispatcher* dispatcher,
|
| - v8::Handle<v8::Context> context);
|
| + ChromeV8Context* context);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AppRuntimeCustomBindings);
|
|
|