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

Unified Diff: Source/core/css/CSSUnicodeRangeValue.cpp

Issue 26896005: IDL compiler: remove special case capitalization (cssText, xmllang, xmlbase, xmlspace) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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: Source/core/css/CSSUnicodeRangeValue.cpp
diff --git a/Source/core/css/CSSUnicodeRangeValue.cpp b/Source/core/css/CSSUnicodeRangeValue.cpp
index 967df4ec9a8144be61993c9e742cbee9411a04f7..045f3081efcfa866b99ecd657e3b4bca07792414 100644
--- a/Source/core/css/CSSUnicodeRangeValue.cpp
+++ b/Source/core/css/CSSUnicodeRangeValue.cpp
@@ -30,7 +30,7 @@
namespace WebCore {
-String CSSUnicodeRangeValue::customCssText() const
+String CSSUnicodeRangeValue::customCSSText() const
{
if (m_from == m_to)
return String::format("U+%X", m_from);

Powered by Google App Engine
This is Rietveld 408576698