| 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();
|
|
|
|
|