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

Unified Diff: Source/core/events/AutocompleteErrorEventInit.idl

Issue 1190723002: Make AutocompleteErrorEventInit.reason be of type AutocompleteErrorReason (not DOMString) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « LayoutTests/fast/events/constructors/autocomplete-error-event-constructor-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/AutocompleteErrorEventInit.idl
diff --git a/Source/core/events/AutocompleteErrorEventInit.idl b/Source/core/events/AutocompleteErrorEventInit.idl
index 41cab0e5f73b10d504310a6cfc7262da50d7a62b..840ce04f0c2b8a1e07d42c3a70b8c4406bf4d631 100644
--- a/Source/core/events/AutocompleteErrorEventInit.idl
+++ b/Source/core/events/AutocompleteErrorEventInit.idl
@@ -5,6 +5,5 @@
// https://html.spec.whatwg.org/multipage/forms.html#the-autocompleteerrorevent-interface
dictionary AutocompleteErrorEventInit : EventInit {
- // FIXME: According to the spec, "reason" should be AutocompleteErrorReason.
- DOMString reason;
+ AutocompleteErrorReason reason;
};
« no previous file with comments | « LayoutTests/fast/events/constructors/autocomplete-error-event-constructor-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698