| Index: third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h b/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| index cbdb532f1c90613bd636fbca292d43ddfbf1d714..a2b4b2f8ab75eb0e640cc66d5abcc01e16dd183d 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| @@ -52,8 +52,8 @@ class CSSBorderImageSliceValue : public CSSValue {
|
| private:
|
| CSSBorderImageSliceValue(CSSQuadValue* slices, bool fill);
|
|
|
| - // These four values are used to make "cuts" in the border image. They can be numbers
|
| - // or percentages.
|
| + // These four values are used to make "cuts" in the border image. They can be
|
| + // numbers or percentages.
|
| Member<CSSQuadValue> m_slices;
|
| bool m_fill;
|
| };
|
|
|