| 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 76494dc4ec00c89ce559781ab36aa1741870862d..87d28711184c6b20813ace2ad7b573aad6a40f0d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -571,7 +571,7 @@ bool ComputedStyle::ScrollAnchorDisablingPropertyChanged(
|
| return true;
|
| }
|
|
|
| - if (ComputedStyleBase::ScrollAnchorDisablingPropertyChanged(other, diff))
|
| + if (ComputedStyleBase::ScrollAnchorDisablingPropertyChanged(other))
|
| return true;
|
|
|
| if (diff.TransformChanged())
|
|
|