Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1275)

Unified Diff: ui/file_manager/externs/webview_tag.js

Issue 2753443007: Roll closure compiler (Closed)
Patch Set: roll compiler Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/closure_compiler/roll_closure_compiler ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/closure_compiler/roll_closure_compiler ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698