Index: chrome/renderer/extensions/bindings_utils.h |
diff --git a/chrome/renderer/extensions/bindings_utils.h b/chrome/renderer/extensions/bindings_utils.h |
index 471023c51f9587b133e95eb51b1c98bb0c3dca5e..558bd64b7a9a6d6a37546bf17744486171912c5c 100644 |
--- a/chrome/renderer/extensions/bindings_utils.h |
+++ b/chrome/renderer/extensions/bindings_utils.h |
@@ -119,7 +119,7 @@ RenderView* GetRenderViewForCurrentContext(); |
// Call the named javascript function with the given arguments in a context. |
// The function name should be reachable from the chromeHidden object, and can |
-// be a sub-property like "Port.dispatchOnMessage". Returns the result of |
+// be a sub-property like "Port.dispatchOnMessage". Returns the result of |
// the function call. If an exception is thrown an empty Handle will be |
// returned. |
v8::Handle<v8::Value> CallFunctionInContext(v8::Handle<v8::Context> context, |