| Index: third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.h b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| index 5f29bcaeb83aafb9cdd3244a9b5a7d34b0c37ef9..5c35d1ae2940ad6d5b13bf33e2f9a53d2396e766 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| @@ -467,7 +467,8 @@ class CORE_EXPORT SVGComputedStyle : public RefCounted<SVGComputedStyle> {
|
|
|
| // don't inherit
|
| struct NonInheritedFlags {
|
| - // 32 bit non-inherited, don't add to the struct, or the operator will break.
|
| + // 32 bit non-inherited, don't add to the struct, or the operator will
|
| + // break.
|
| bool operator==(const NonInheritedFlags& other) const {
|
| return niflags == other.niflags;
|
| }
|
|
|