| Index: third_party/WebKit/Source/core/style/BorderImageLength.h
|
| diff --git a/third_party/WebKit/Source/core/style/BorderImageLength.h b/third_party/WebKit/Source/core/style/BorderImageLength.h
|
| index a1f808ae891f99a2fc197192181178e1656e9448..50c9ee3996440ed7e0774f1446d65c69a6f66c0b 100644
|
| --- a/third_party/WebKit/Source/core/style/BorderImageLength.h
|
| +++ b/third_party/WebKit/Source/core/style/BorderImageLength.h
|
| @@ -80,8 +80,8 @@ class BorderImageLength {
|
| }
|
|
|
| private:
|
| - // Ideally we would put the 2 following fields in a union, but Length has a constructor,
|
| - // a destructor and a copy assignment which isn't allowed.
|
| + // Ideally we would put the 2 following fields in a union, but Length has a
|
| + // constructor, a destructor and a copy assignment which isn't allowed.
|
| Length m_length;
|
| double m_number;
|
| enum { LengthType, NumberType } m_type;
|
|
|