| Index: third_party/WebKit/Source/core/style/BorderValue.h
|
| diff --git a/third_party/WebKit/Source/core/style/BorderValue.h b/third_party/WebKit/Source/core/style/BorderValue.h
|
| index d73947d24c73e00fdd968f750aac9f5ce5c13eb3..9c97bfcda155c9b0726d7f34fd3fa0df352cf24d 100644
|
| --- a/third_party/WebKit/Source/core/style/BorderValue.h
|
| +++ b/third_party/WebKit/Source/core/style/BorderValue.h
|
| @@ -56,7 +56,8 @@ class BorderValue {
|
| m_colorIsCurrentColor == o.m_colorIsCurrentColor;
|
| }
|
|
|
| - // The default width is 3px, but if the style is none we compute a value of 0 (in ComputedStyle itself)
|
| + // The default width is 3px, but if the style is none we compute a value of 0
|
| + // (in ComputedStyle itself)
|
| bool visuallyEqual(const BorderValue& o) const {
|
| if (m_style == BorderStyleNone && o.m_style == BorderStyleNone)
|
| return true;
|
|
|