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

Unified Diff: Source/modules/battery/BatteryManager.cpp

Issue 783423003: Make ScriptPromiseResolver RefCountedWillBeRefCountedGarbageCollected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « Source/modules/battery/BatteryManager.h ('k') | Source/modules/bluetooth/BluetoothDiscovery.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/battery/BatteryManager.cpp
diff --git a/Source/modules/battery/BatteryManager.cpp b/Source/modules/battery/BatteryManager.cpp
index 98091ee107da8c198f2dc41ff00f041f29111f8f..f45d16edddc8d6c126684e6075986a0c90dd318e 100644
--- a/Source/modules/battery/BatteryManager.cpp
+++ b/Source/modules/battery/BatteryManager.cpp
@@ -153,6 +153,7 @@ bool BatteryManager::hasPendingActivity() const
void BatteryManager::trace(Visitor* visitor)
{
+ visitor->trace(m_resolver);
visitor->trace(m_batteryStatus);
PlatformEventController::trace(visitor);
EventTargetWithInlineData::trace(visitor);
« no previous file with comments | « Source/modules/battery/BatteryManager.h ('k') | Source/modules/bluetooth/BluetoothDiscovery.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698