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

Unified Diff: Source/modules/screen_orientation/OrientationInformation.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/screen_orientation/OrientationInformation.h
diff --git a/Source/modules/screen_orientation/OrientationInformation.h b/Source/modules/screen_orientation/OrientationInformation.h
index 25e59e39b14204926c6ffec5313643cede948754..7038e7ca21b65290bc3052b25e79ec28b539143c 100644
--- a/Source/modules/screen_orientation/OrientationInformation.h
+++ b/Source/modules/screen_orientation/OrientationInformation.h
@@ -12,10 +12,9 @@
namespace WebCore {
// OrientationInformation is the C++ counter-part of the OrientationInformation
-// web interface. It is GarbageCollectedFinalized because ScriptWrappable
-// requires it.
+// web interface.
class OrientationInformation FINAL
- : public GarbageCollectedFinalized<OrientationInformation>
+ : public GarbageCollectedFinalizedWillBeGarbageCollected<OrientationInformation>
, public ScriptWrappable {
public:
OrientationInformation();

Powered by Google App Engine
This is Rietveld 408576698