| Index: third_party/WebKit/Source/modules/nfc/NFC.h
|
| diff --git a/third_party/WebKit/Source/modules/nfc/NFC.h b/third_party/WebKit/Source/modules/nfc/NFC.h
|
| index 8e8764ddef03a1eb3800979fb89fee5b52b9a460..ffb5845f9b79791f3c2b1c69fa38e1f93f44830b 100644
|
| --- a/third_party/WebKit/Source/modules/nfc/NFC.h
|
| +++ b/third_party/WebKit/Source/modules/nfc/NFC.h
|
| @@ -22,7 +22,11 @@ class NFC final
|
|
|
| public:
|
| static NFC* create(LocalFrame*);
|
| +#if ENABLE(OILPAN)
|
| + ~NFC();
|
| +#else
|
| ~NFC() override;
|
| +#endif
|
|
|
| // Get an adapter object providing NFC functionality.
|
| ScriptPromise requestAdapter(ScriptState*);
|
|
|