| Index: third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp b/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| index abc80839a26e5e395d15b5bae6d44358dadf470f..7ed9cdcdaba7319ce34fcbec82229375a4ac4669 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| @@ -30,6 +30,11 @@ KeywordTable& keywordTable()
|
|
|
| } // namespace
|
|
|
| +String KeywordValue::cssString() const
|
| +{
|
| + return m_keywordValue;
|
| +}
|
| +
|
| const String& KeywordValue::keywordValue() const
|
| {
|
| return m_keywordValue;
|
|
|