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 67ce9d1deea5a34b749782ac03fcc1d50c55a39f..eec2dce7e76be4a448f632c9c63e121c72244a72 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h |
@@ -105,8 +105,7 @@ private: |
void setNeedsPaintInvalidation(); |
- GC_PLUGIN_IGNORE("http://crbug.com/509911") |
- LayoutScrollbar* m_scrollbar; |
+ RawPtrWillBeUntracedMember<LayoutScrollbar> m_scrollbar; |
ScrollbarPart m_part; |
}; |