summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/webstore_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/extensions/webstore_bindings.h')
-rw-r--r--chrome/renderer/extensions/webstore_bindings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/extensions/webstore_bindings.h b/chrome/renderer/extensions/webstore_bindings.h
index 6f6ca1b..84cd523 100644
--- a/chrome/renderer/extensions/webstore_bindings.h
+++ b/chrome/renderer/extensions/webstore_bindings.h
@@ -25,7 +25,7 @@ class WebstoreBindings : public ChromeV8Extension,
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
private:
- v8::Handle<v8::Value> Install(const v8::Arguments& args);
+ void Install(const v8::FunctionCallbackInfo<v8::Value>& args);
void OnInlineWebstoreInstallResponse(
int install_id, bool success, const std::string& error);