| Index: chrome/renderer/extensions/event_bindings.h
|
| diff --git a/chrome/renderer/extensions/event_bindings.h b/chrome/renderer/extensions/event_bindings.h
|
| index f2c5f88209a23882456b1935897135a9bb796b9d..285a379d3826948e02406648a677397474c121c6 100644
|
| --- a/chrome/renderer/extensions/event_bindings.h
|
| +++ b/chrome/renderer/extensions/event_bindings.h
|
| @@ -27,8 +27,8 @@ class EventBindings {
|
| static void HandleContextDestroyed(WebFrame* frame);
|
|
|
| // Calls the given function in each registered context which is listening
|
| - // for events. The function can be an object property, ie:
|
| - // "chromium.Event.dispatch_".
|
| + // for events. See comments on bindings_utils::CallFunctionInContext for
|
| + // more details.
|
| static void CallFunction(const std::string& function_name, int argc,
|
| v8::Handle<v8::Value>* argv);
|
|
|
|
|