Commit 16578167 authored by Zach Helfinstein's avatar Zach Helfinstein Committed by Commit Bot

Fix typo

Bug: None
Change-Id: Ic1a16a5cf023718a401404e62070203090bd3bd7
Reviewed-on: https://chromium-review.googlesource.com/c/1320214Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: Zach Helfinstein <zhelfins@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608164}
parent 45af300d
...@@ -48,6 +48,6 @@ CallbackHelper.prototype = { ...@@ -48,6 +48,6 @@ CallbackHelper.prototype = {
* @private * @private
*/ */
CallbackHelper.testDone_ = this.testDone; CallbackHelper.testDone_ = this.testDone;
// Remove testDone for public use since direclty using it conflicts with // Remove testDone for public use since directly using it conflicts with
// this callback helper. // this callback helper.
delete this.testDone; delete this.testDone;
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