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

Unified Diff: components/autofill/ios/browser/resources/autofill_controller.js

Issue 2341963006: [ios] Fixed some checkTypes errors in autofill_controller.js. (Closed)
Patch Set: Removed using doc syntact from property creation Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/ios/browser/resources/autofill_controller.js
diff --git a/components/autofill/ios/browser/resources/autofill_controller.js b/components/autofill/ios/browser/resources/autofill_controller.js
index 552e5cd02fbe8f8cb2a66c7544f92e6438d89c20..1a4a4dcd0adbc50745c02d4cb357f2a7b701df8d 100644
--- a/components/autofill/ios/browser/resources/autofill_controller.js
+++ b/components/autofill/ios/browser/resources/autofill_controller.js
@@ -11,9 +11,6 @@
// (chromium/src/components/autofill/core/common/form_data.h) for further
// processing.
-/* Beginning of anonymous object. */
-(function() {
-
/** @typedef {HTMLInputElement|HTMLTextAreaElement|HTMLSelectElement} */
var FormControlElement;
@@ -46,6 +43,9 @@ var AutofillFormFieldData;
*/
var AutofillFormData;
+/* Beginning of anonymous object. */
+(function() {
+
/**
* Namespace for this file. It depends on |__gCrWeb| having already been
* injected.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698