| Index: third_party/WebKit/Source/core/page/scrolling/ScrollState.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollState.h b/third_party/WebKit/Source/core/page/scrolling/ScrollState.h
|
| index 727b5194a8c0a4eec23b555436ed5aa17de65b64..78425dd0dc05bce6e2b61a85feee45d10f0df96a 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollState.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollState.h
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT ScrollState final : public RefCountedWillBeGarbageCollected<ScrollState>, public ScriptWrappable {
|
| +class CORE_EXPORT ScrollState final : public RefCountedWillBeGarbageCollectedFinalized<ScrollState>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
|
|