| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| index 779fee1de19e26dcee388050582a96d40e95e5c6..3bfbd06d22882eaf2a19408288e5b6f5030a3df5 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| @@ -22,7 +22,7 @@ class ScriptState;
|
| class ScreenOrientationController;
|
|
|
| class ScreenOrientation final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<ScreenOrientation>
|
| + : public EventTargetWithInlineData
|
| , public DOMWindowProperty {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(ScreenOrientation);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|