| Index: third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| index 67c2b5f6e3cbd8e660aec4f0c47ddd3e750e5f65..b1f29f248e5dcdfca77799acf20ed9bfeb82bdc2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
|
| @@ -112,7 +112,7 @@ private:
|
|
|
| bool allowsOverflowClip() const override { return false; }
|
|
|
| - RawPtrWillBeUntracedMember<LayoutScrollbar> m_scrollbar;
|
| + UntracedMember<LayoutScrollbar> m_scrollbar;
|
| ScrollbarPart m_part;
|
| };
|
|
|
|
|