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

Unified Diff: Source/modules/battery/BatteryDispatcher.h

Issue 341053002: Oilpan: move BatteryStatus to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/modules/battery/BatteryManager.h » ('j') | Source/modules/battery/BatteryManager.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/battery/BatteryDispatcher.h
diff --git a/Source/modules/battery/BatteryDispatcher.h b/Source/modules/battery/BatteryDispatcher.h
index 049963aa619d85601f3d93208345773d68c80a9c..b27a7f51720413c4bd34e7cbb02c82fab9a49fbc 100644
--- a/Source/modules/battery/BatteryDispatcher.h
+++ b/Source/modules/battery/BatteryDispatcher.h
@@ -33,7 +33,7 @@ private:
virtual void startListening() OVERRIDE;
virtual void stopListening() OVERRIDE;
- RefPtr<BatteryStatus> m_batteryStatus;
+ RefPtrWillBePersistent<BatteryStatus> m_batteryStatus;
};
}
« no previous file with comments | « no previous file | Source/modules/battery/BatteryManager.h » ('j') | Source/modules/battery/BatteryManager.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698