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

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

Issue 1233173002: Have ScriptPromiseResolver on the Oilpan heap always. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix webusb ScriptPromiseResolver usage Created 5 years, 4 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/VRGetDevicesCallback.h ('k') | Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRGetDevicesCallback.cpp
diff --git a/Source/modules/vr/VRGetDevicesCallback.cpp b/Source/modules/vr/VRGetDevicesCallback.cpp
index 30c22c1427e9e9d92e0a59d52bdcbf6038fdff9a..7ea610e742b0c4979f01ebd3882f31cfde47b6d8 100644
--- a/Source/modules/vr/VRGetDevicesCallback.cpp
+++ b/Source/modules/vr/VRGetDevicesCallback.cpp
@@ -10,7 +10,7 @@
namespace blink {
-VRGetDevicesCallback::VRGetDevicesCallback(PassRefPtrWillBeRawPtr<ScriptPromiseResolver> resolver, VRHardwareUnitCollection* hardwareUnits)
+VRGetDevicesCallback::VRGetDevicesCallback(ScriptPromiseResolver* resolver, VRHardwareUnitCollection* hardwareUnits)
: m_resolver(resolver)
, m_hardwareUnits(hardwareUnits)
{
« no previous file with comments | « Source/modules/vr/VRGetDevicesCallback.h ('k') | Source/modules/webaudio/AbstractAudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698