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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 months 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/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
index 49afc52a55db0975f90dc16405d68650860dd2e6..22672c3d16ba3e3e1a1e7884eb4fd06bf6f0a618 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp
@@ -73,7 +73,7 @@ void BluetoothRemoteGATTCharacteristic::dispatchCharacteristicValueChanged(
dispatchEvent(Event::create(EventTypeNames::characteristicvaluechanged));
}
-void BluetoothRemoteGATTCharacteristic::contextDestroyed() {
+void BluetoothRemoteGATTCharacteristic::contextDestroyed(ExecutionContext*) {
notifyCharacteristicObjectRemoved();
}

Powered by Google App Engine
This is Rietveld 408576698