Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
index a21126bebfc9f223e0c10ac2132daf11b58a95f8..d17a7c0056f1db720e8dceab54cb0ec13143b7d8 100644 |
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.h |
@@ -18,7 +18,7 @@ namespace blink { |
// but some platforms require to poll to have an accurate reporting. When |
// ScreenOrientationDispatcher is listening, that means that the platform should |
// be polling if required. |
-class ScreenOrientationDispatcher final : public GarbageCollectedFinalized<ScreenOrientationDispatcher>, public PlatformEventDispatcher { |
+class ScreenOrientationDispatcher final : public GarbageCollected<ScreenOrientationDispatcher>, public PlatformEventDispatcher { |
USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientationDispatcher); |
public: |
static ScreenOrientationDispatcher& instance(); |