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(); |