Chromium Code Reviews| 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..4f0324e0cc56d9a63936b6b858f65722fdb57cc3 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: "TextShadowDataEquivalent(b)", |
|
alancutter (OOO until 2018)
2017/06/07 05:16:04
"b" is a bit too ugly, let's use "other" instead a
shend
2017/06/07 05:56:35
Made it a.TextShadowDataEquivalent(b)
|
| field_dependencies: ["text-shadow"] |
| }, |
| { |
| - predicate: "QuotesDataEquivalent(other)", |
| + predicate: "QuotesDataEquivalent(b)", |
| field_dependencies: ["quotes"] |
| }, |
| ] |