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

Unified Diff: third_party/WebKit/Source/modules/nfc/NavigatorNFC.idl

Issue 1439063002: [webnfc] NFC is not required to be ActiveDOMObject. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698