| Index: chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| diff --git a/chrome/renderer/extensions/page_actions_custom_bindings.cc b/chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| index 4c88f11aeab043a300fc48106f69e080e3e49cec..8326072a991c9df22e0792cb5c25018669d5cd1d 100644
|
| --- a/chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| +++ b/chrome/renderer/extensions/page_actions_custom_bindings.cc
|
| @@ -16,8 +16,8 @@
|
| namespace extensions {
|
|
|
| PageActionsCustomBindings::PageActionsCustomBindings(
|
| - Dispatcher* dispatcher, v8::Handle<v8::Context> v8_context)
|
| - : ChromeV8Extension(dispatcher, v8_context) {
|
| + Dispatcher* dispatcher, ChromeV8Context* context)
|
| + : ChromeV8Extension(dispatcher, context) {
|
| RouteFunction("GetCurrentPageActions",
|
| base::Bind(&PageActionsCustomBindings::GetCurrentPageActions,
|
| base::Unretained(this)));
|
|
|