summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/nfc/ndef_error_event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/nfc/ndef_error_event.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/nfc/ndef_error_event.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/chromium/third_party/blink/renderer/modules/nfc/ndef_error_event.idl b/chromium/third_party/blink/renderer/modules/nfc/ndef_error_event.idl
deleted file mode 100644
index a0e1e60eea8..00000000000
--- a/chromium/third_party/blink/renderer/modules/nfc/ndef_error_event.idl
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2019 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Specification at:
-// http://w3c.github.io/web-nfc/#dom-ndeferrorevent
-
-[
- RuntimeEnabled=WebNFC,
- SecureContext,
- Constructor(DOMString type, NDEFErrorEventInit eventInitDict),
- Exposed=Window
-] interface NDEFErrorEvent : Event {
- readonly attribute DOMException error;
-};