Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp

Issue 1642473002: Revert "Update StyleValue.cssString() to use existing methods instead of rolling our… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure it compiles Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/KeywordValue.h ('k') | third_party/WebKit/Source/core/css/cssom/LengthValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698