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

Unified Diff: Source/modules/vr/VRGetDevicesCallback.h

Issue 1101263003: Oilpan: have Navigator and its supplements be on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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 | « Source/modules/vr/NavigatorVRDevice.cpp ('k') | Source/modules/vr/VRHardwareUnitCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRGetDevicesCallback.h
diff --git a/Source/modules/vr/VRGetDevicesCallback.h b/Source/modules/vr/VRGetDevicesCallback.h
index 1d9bef0662d278b7d72788801c32b328963a96c7..27dbdad1f9dffe44977699f2c5bd26ac633eb54a 100644
--- a/Source/modules/vr/VRGetDevicesCallback.h
+++ b/Source/modules/vr/VRGetDevicesCallback.h
@@ -26,7 +26,7 @@ public:
private:
RefPtrWillBePersistent<ScriptPromiseResolver> m_resolver;
- RefPtrWillBePersistent<VRHardwareUnitCollection> m_hardwareUnits;
+ Persistent<VRHardwareUnitCollection> m_hardwareUnits;
};
} // namespace blink
« no previous file with comments | « Source/modules/vr/NavigatorVRDevice.cpp ('k') | Source/modules/vr/VRHardwareUnitCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698