Chromium Code Reviews| Index: ios/web/web_state/web_state_impl.h |
| diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h |
| index 9c4cfb6148d1d6d652d41f8d5b16c76bce402ac8..dfdee5d8b8a4c4b7cf7ddba75920966c8083284a 100644 |
| --- a/ios/web/web_state/web_state_impl.h |
| +++ b/ios/web/web_state/web_state_impl.h |
| @@ -173,7 +173,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate { |
| const GURL& resource_url); |
| // Executes a JavaScript string on the page asynchronously. |
| - // TODO(shreyasv): Rename this to ExecuteJavaScript for consitency with |
| + // TODO(shreyasv): Rename this to ExecuteJavaScript for consistency with |
|
sdefresne
2015/10/21 23:56:21
This should have a bug and use the TODO(crbug.com/
shreyasv1
2015/10/22 00:33:59
Acknowledged.
|
| // upstream API. |
| virtual void ExecuteJavaScriptAsync(const base::string16& script); |