Commit 90c8ebc9 authored by Aaron Colwell's avatar Aaron Colwell Committed by Commit Bot

Fix minor typo in JavaScriptCallback

Change-Id: Ib4f291702a3e0c388c12b112724c735b808251d1
Reviewed-on: https://chromium-review.googlesource.com/c/1259464Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Commit-Queue: Aaron Colwell <acolwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596322}
parent 0908efa5
...@@ -8,7 +8,7 @@ package org.chromium.content_public.browser; ...@@ -8,7 +8,7 @@ package org.chromium.content_public.browser;
public interface JavaScriptCallback { public interface JavaScriptCallback {
/** /**
* Called from native in response to evaluateJavaScript(). * Called from native in response to evaluateJavaScript().
* @param jsonResult json result curresponds to JS execution * @param jsonResult json result corresponding to JS execution
*/ */
void handleJavaScriptResult(String jsonResult); void handleJavaScriptResult(String jsonResult);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment