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

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

Issue 1439063002: [webnfc] NFC is not required to be ActiveDOMObject. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added myself to AUTHORS file 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.h
diff --git a/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h b/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h
index 2c9854c72e90a12c31afdc4aaa0785f9edc8b991..7dfea19efc41c567b44e6532379d29147114c3d9 100644
--- a/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h
+++ b/third_party/WebKit/Source/modules/nfc/NavigatorNFC.h
@@ -12,7 +12,6 @@ namespace blink {
class NFC;
class Navigator;
-class ExecutionContext;
class NavigatorNFC final
: public GarbageCollected<NavigatorNFC>
@@ -23,7 +22,7 @@ public:
// Gets, or creates, NavigatorNFC supplement on Navigator.
static NavigatorNFC& from(Navigator&);
- static NFC* nfc(ExecutionContext*, Navigator&);
+ static NFC* nfc(Navigator&);
DECLARE_TRACE();
« no previous file with comments | « third_party/WebKit/Source/modules/nfc/NFC.idl ('k') | third_party/WebKit/Source/modules/nfc/NavigatorNFC.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698