| 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..16bee9eb8d21893e85639e12926578ae17541e18 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::trace(visitor);
|
| DOMWindowProperty::trace(visitor);
|
| }
|
|
|
|
|