Chromium Code Reviews| Index: third_party/WebKit/Source/modules/nfc/NavigatorNFC.idl |
| diff --git a/third_party/WebKit/Source/modules/nfc/NavigatorNFC.idl b/third_party/WebKit/Source/modules/nfc/NavigatorNFC.idl |
| index 88f976f9e490ac282b4b8c76b8fce7eb57749b75..1b6d2e6a0474b9a02c79b3ed249e8f531c2f0843 100644 |
| --- a/third_party/WebKit/Source/modules/nfc/NavigatorNFC.idl |
| +++ b/third_party/WebKit/Source/modules/nfc/NavigatorNFC.idl |
| @@ -7,5 +7,5 @@ |
| [ |
| RuntimeEnabled=WebNFC, |
| ] partial interface Navigator { |
| - [CallWith=ExecutionContext] readonly attribute NFC nfc; |
| + readonly attribute NFC nfc; |
| }; |