| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| index 359ff659dba1cf327e107b68a124cf61704df8da..c15d92ac248fb9da52a8e95c804913d116063653 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| @@ -191,7 +191,7 @@ ScreenOrientationController* ScreenOrientation::controller()
|
|
|
| DEFINE_TRACE(ScreenOrientation)
|
| {
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<ScreenOrientation>::trace(visitor);
|
| + EventTargetWithInlineData<ScreenOrientation>::trace(visitor);
|
| DOMWindowProperty::trace(visitor);
|
| }
|
|
|
|
|