Index: third_party/WebKit/Source/modules/nfc/NFC.cpp |
diff --git a/third_party/WebKit/Source/modules/nfc/NFC.cpp b/third_party/WebKit/Source/modules/nfc/NFC.cpp |
index 76b577cbd9c683a51f415e03ff092114a01de5f3..5a07ae7f4c318dbfeca9b941e6a95662d1afe9ca 100644 |
--- a/third_party/WebKit/Source/modules/nfc/NFC.cpp |
+++ b/third_party/WebKit/Source/modules/nfc/NFC.cpp |
@@ -604,8 +604,6 @@ void NFC::contextDestroyed(ExecutionContext*) { |
m_callbacks.clear(); |
} |
-void NFC::contextDestroyed(Page*) {} |
- |
// https://w3c.github.io/web-nfc/#writing-or-pushing-content |
// https://w3c.github.io/web-nfc/#dom-nfc-push |
ScriptPromise NFC::push(ScriptState* scriptState, |