summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/nfc/ndef_reader.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/nfc/ndef_reader.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/nfc/ndef_reader.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/modules/nfc/ndef_reader.idl b/chromium/third_party/blink/renderer/modules/nfc/ndef_reader.idl
index 3604095c1d0..280ebf5ac6e 100644
--- a/chromium/third_party/blink/renderer/modules/nfc/ndef_reader.idl
+++ b/chromium/third_party/blink/renderer/modules/nfc/ndef_reader.idl
@@ -8,10 +8,9 @@
RuntimeEnabled=WebNFC,
ActiveScriptWrappable,
SecureContext,
- Constructor(),
- ConstructorCallWith=ExecutionContext,
Exposed=Window
] interface NDEFReader : EventTarget {
+ [CallWith=ExecutionContext] constructor();
attribute EventHandler onreading;
attribute EventHandler onerror;