Index: chrome/renderer/extensions/miscellaneous_bindings.h |
diff --git a/chrome/renderer/extensions/miscellaneous_bindings.h b/chrome/renderer/extensions/miscellaneous_bindings.h |
index c1cb1ef62e19aebac687cc8f30c81dbcfc80f3e0..d6ecd4af202d223e7d2f30ec09ece85f374d0e2a 100644 |
--- a/chrome/renderer/extensions/miscellaneous_bindings.h |
+++ b/chrome/renderer/extensions/miscellaneous_bindings.h |
@@ -30,7 +30,8 @@ class Dispatcher; |
class MiscellaneousBindings { |
public: |
// Creates an instance of the extension. |
- static ChromeV8Extension* Get(Dispatcher* dispatcher); |
+ static ChromeV8Extension* Get(Dispatcher* dispatcher, |
+ v8::Handle<v8::Context> context); |
// Dispatches the Port.onConnect content script messaging event to some |
// contexts in |contexts|. If |restrict_to_render_view| is specified, only |