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

Unified Diff: third_party/closure_compiler/externs/pending_compiler_externs.js

Issue 418663002: Typecheck JS files for chrome://help before doing import transition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@json_to_pydict
Patch Set: Created 6 years, 5 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
Index: third_party/closure_compiler/externs/pending_compiler_externs.js
diff --git a/third_party/closure_compiler/externs/pending_compiler_externs.js b/third_party/closure_compiler/externs/pending_compiler_externs.js
index 753bebd1425a59a3f156c25ad55334e601f77362..15379e6f82d179291ed465ad4c5b61ce070f0ed8 100644
--- a/third_party/closure_compiler/externs/pending_compiler_externs.js
+++ b/third_party/closure_compiler/externs/pending_compiler_externs.js
@@ -9,3 +9,8 @@
* @param {string=} opt_title The title to give the new HTML document.
*/
document.implementation.createHTMLDocument = function(opt_title) {};
+
+/**
Dan Beam 2014/07/23 22:09:24 document these params
Vitaly Pavlenko 2014/07/24 01:09:31 Done.
+ * @constructor
+ */
+function PopStateEvent(type, params) {}

Powered by Google App Engine
This is Rietveld 408576698