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

Unified Diff: Source/core/css/CSSFontValue.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/CSSFontValue.cpp
diff --git a/Source/core/css/CSSFontValue.cpp b/Source/core/css/CSSFontValue.cpp
index e4eaee5c47efaf192358f4975aec0cbe0eae5ce6..aee5a9726d614c95e0be0b7e7d559ace9b1b0184 100644
--- a/Source/core/css/CSSFontValue.cpp
+++ b/Source/core/css/CSSFontValue.cpp
@@ -26,7 +26,7 @@
namespace WebCore {
-String CSSFontValue::customCssText() const
+String CSSFontValue::customCSSText() const
{
// font variant weight size / line-height family

Powered by Google App Engine
This is Rietveld 408576698