| Index: third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| diff --git a/third_party/WebKit/Source/core/css/PseudoStyleRequest.h b/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| index 363ba497f357d013ac95d17ff107b3727a0379cb..2378482f1655f8d29470de8eee6b3586fa8a0fd1 100644
|
| --- a/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| +++ b/third_party/WebKit/Source/core/css/PseudoStyleRequest.h
|
| @@ -66,7 +66,7 @@ public:
|
| PseudoId pseudoId;
|
| RequestType type;
|
| ScrollbarPart scrollbarPart;
|
| - RawPtrWillBeMember<LayoutScrollbar> scrollbar;
|
| + Member<LayoutScrollbar> scrollbar;
|
| };
|
|
|
| } // namespace blink
|
|
|