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..e8141826f5d3db4df5327d43fe7ebff29ae42590 100644 |
--- a/chrome/renderer/extensions/page_actions_custom_bindings.cc |
+++ b/chrome/renderer/extensions/page_actions_custom_bindings.cc |
@@ -16,7 +16,7 @@ |
namespace extensions { |
PageActionsCustomBindings::PageActionsCustomBindings( |
- Dispatcher* dispatcher, v8::Handle<v8::Context> v8_context) |
+ Dispatcher* dispatcher, ChromeV8Context* v8_context) |
not at google - send to devlin
2013/05/29 15:55:13
v8_context -> context
marja
2013/05/29 16:56:33
Done.
|
: ChromeV8Extension(dispatcher, v8_context) { |
RouteFunction("GetCurrentPageActions", |
base::Bind(&PageActionsCustomBindings::GetCurrentPageActions, |