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