| Index: third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp b/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
|
| index e957a829a1ce0bb0e895d62b5511c8a834c45b58..045eb8ab05e77625a42b931e877625442d5ead21 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
|
| @@ -20,9 +20,9 @@ namespace blink {
|
| EXPECT_FALSE(svg1->diff(svg2.get()).hasDifference()); \
|
| }
|
|
|
| -// This is not very useful for fields directly stored by values, because they can only be
|
| -// compared by values. This macro mainly ensures that we update the comparisons and tests
|
| -// when we change some field to RefPtr in the future.
|
| +// This is not very useful for fields directly stored by values, because they
|
| +// can only be compared by values. This macro mainly ensures that we update the
|
| +// comparisons and tests when we change some field to RefPtr in the future.
|
| #define TEST_STYLE_VALUE_NO_DIFF(type, fieldName) \
|
| { \
|
| RefPtr<SVGComputedStyle> svg1 = SVGComputedStyle::create(); \
|
|
|