From 38a9a29f4f9436cace7f0e7abf9c586057df8a4e Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 13 Feb 2019 16:23:34 +0100 Subject: BASELINE: Update Chromium to 73.0.3683.37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I08c9af2948b645f671e5d933aca1f7a90ea372f2 Reviewed-by: Michael BrĂ¼ning --- .../third_party/blink/renderer/core/html/forms/form_data_event.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chromium/third_party/blink/renderer/core/html/forms/form_data_event.idl') diff --git a/chromium/third_party/blink/renderer/core/html/forms/form_data_event.idl b/chromium/third_party/blink/renderer/core/html/forms/form_data_event.idl index 1b7c1bca272..e507662757b 100644 --- a/chromium/third_party/blink/renderer/core/html/forms/form_data_event.idl +++ b/chromium/third_party/blink/renderer/core/html/forms/form_data_event.idl @@ -2,9 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// https://docs.google.com/document/d/1JO8puctCSpW-ZYGU8lF-h4FWRIDQNDVexzHoOQ2iQmY/edit?pli=1#heading=h.je8c7y5qpgki +// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#formdataevent [ + Constructor(DOMString type, optional FormDataEventInit eventInitDict), Exposed=Window, RuntimeEnabled=FormDataEvent ] -- cgit v1.2.1