| Index: third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5 b/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| index 0e1e5849b730d1032fce6d802a372f65264ff206..5837091be1d117e3e6bd8356bb2af8964f6ead4a 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5
|
| @@ -138,11 +138,11 @@
|
| ],
|
| predicates_to_test: [
|
| {
|
| - predicate: "TextShadowDataEquivalent(other)",
|
| + predicate: "a.TextShadowDataEquivalent(b)",
|
| field_dependencies: ["text-shadow"]
|
| },
|
| {
|
| - predicate: "QuotesDataEquivalent(other)",
|
| + predicate: "a.QuotesDataEquivalent(b)",
|
| field_dependencies: ["quotes"]
|
| },
|
| ]
|
|
|