| Index: third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h
|
| index 17cd5d899aafbad9a6fff2c64bc256a6449facfa..5b20b9a666acd4166b55e2df81a5fee023fbb899 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h
|
| @@ -35,7 +35,7 @@ struct CSSSyntaxComponent {
|
| : type_(type), string_(string), repeatable_(repeatable) {}
|
|
|
| CSSSyntaxType type_;
|
| - String string_; // Only used when m_type is CSSSyntaxType::Ident
|
| + String string_; // Only used when type_ is CSSSyntaxType::kIdent
|
| bool repeatable_;
|
| };
|
|
|
|
|