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

Unified Diff: Source/modules/device_orientation/DeviceRotationRate.h

Issue 367113005: Remove destructors from ScriptWrappable objects in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add Finalizable transition type 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
Index: Source/modules/device_orientation/DeviceRotationRate.h
diff --git a/Source/modules/device_orientation/DeviceRotationRate.h b/Source/modules/device_orientation/DeviceRotationRate.h
index 956bc958e4fa9070f29adf91655cae14f79ab342..742ec531650a569f6722076809090b9596915658 100644
--- a/Source/modules/device_orientation/DeviceRotationRate.h
+++ b/Source/modules/device_orientation/DeviceRotationRate.h
@@ -33,7 +33,7 @@
namespace WebCore {
-class DeviceRotationRate : public RefCountedWillBeGarbageCollectedFinalized<DeviceRotationRate>, public ScriptWrappable {
+class DeviceRotationRate : public RefCountedWillBeGarbageCollected<DeviceRotationRate>, public ScriptWrappable {
public:
static PassRefPtrWillBeRawPtr<DeviceRotationRate> create(PassRefPtrWillBeRawPtr<DeviceMotionData::RotationRate> rotationRate)
{

Powered by Google App Engine
This is Rietveld 408576698