| Index: chrome/renderer/extensions/runtime_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/runtime_custom_bindings.h b/chrome/renderer/extensions/runtime_custom_bindings.h
|
| index c2d25091f5aa7a11bc67ea4eb7bef47309312821..84ddf04a6b6f13528753e654b1a68a0527c20353 100644
|
| --- a/chrome/renderer/extensions/runtime_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/runtime_custom_bindings.h
|
| @@ -17,7 +17,7 @@ namespace extensions {
|
| // The native component of custom bindings for the chrome.runtime API.
|
| class RuntimeCustomBindings : public ChromeV8Extension {
|
| public:
|
| - explicit RuntimeCustomBindings(ChromeV8Context* context);
|
| + RuntimeCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
|
|
|
| virtual ~RuntimeCustomBindings();
|
|
|
|
|