| Index: ui/file_manager/externs/webview_tag.js
|
| diff --git a/ui/file_manager/externs/webview_tag.js b/ui/file_manager/externs/webview_tag.js
|
| index 7bea1fdcc76f98126d1d8232c10128817e83ccef..cc6eb4521142ab9d7b81aac888fc95e9495e7bdb 100644
|
| --- a/ui/file_manager/externs/webview_tag.js
|
| +++ b/ui/file_manager/externs/webview_tag.js
|
| @@ -188,12 +188,12 @@ var SelectionRect;
|
|
|
| /**
|
| * @constructor
|
| - * @see https://developer.chrome.com/apps/tags/webview#type-WebRequestEventInteface
|
| + * @see https://developer.chrome.com/apps/tags/webview#type-WebRequestEventInterface
|
| */
|
| -function WebRequestEventInteface() {}
|
| +function WebRequestEventInterface() {}
|
|
|
| -/** @type {!WebRequestEvent} */
|
| -WebRequestEventInteface.prototype.onBeforeSendHeaders;
|
| +/** @type {!WebRequestOptionallySynchronousEvent} */
|
| +WebRequestEventInterface.prototype.onBeforeSendHeaders;
|
|
|
| /**
|
| * @constructor
|
| @@ -208,7 +208,7 @@ function WebView() {}
|
| WebView.prototype.contentWindow;
|
|
|
| /**
|
| - * @type {!WebRequestEventInteface}
|
| + * @type {!WebRequestEventInterface}
|
| * @see https://developer.chrome.com/apps/tags/webview#property-request
|
| */
|
| WebView.prototype.request;
|
|
|