| 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 a813e36330f3db5b8ed690b6435f67fca54578d6..13820daecf471148cc72d9695b20e30f8af28c3b 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| @@ -26,7 +26,7 @@ class ScreenOrientation final
|
| , public DOMWindowProperty {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(ScreenOrientation);
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientation);
|
| + USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientation);
|
| public:
|
| static ScreenOrientation* create(LocalFrame*);
|
|
|
|
|