| 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 c88eb26e8e895f321be50b99245785cc7bd61420..06d06f58c22e862ce61daf0f9ed2c24cc945e2ac 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
|
|
|