| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 23ccc5c2f19d7cd6ad1ec263e48846cf1e9f7e9b..a437ead777715c2b063ca8178b92b7ad4781f464 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -568,7 +568,7 @@ bool ComputedStyle::ScrollAnchorDisablingPropertyChanged(
|
| return true;
|
| }
|
|
|
| - if (ComputedStyleBase::ScrollAnchorDisablingPropertyChanged(other, diff))
|
| + if (ComputedStyleBase::ScrollAnchorDisablingPropertyChanged(other))
|
| return true;
|
|
|
| if (diff.TransformChanged())
|
|
|