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

Unified Diff: Source/core/css/CSSInitialValue.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/CSSInitialValue.cpp
diff --git a/Source/core/css/CSSInitialValue.cpp b/Source/core/css/CSSInitialValue.cpp
index e9ec2c78a69adf0361d9d2255aaacef3ba926ada..14dbdc9abb36a05deddb45d5de326ef8072f77fe 100644
--- a/Source/core/css/CSSInitialValue.cpp
+++ b/Source/core/css/CSSInitialValue.cpp
@@ -25,7 +25,7 @@
namespace WebCore {
-String CSSInitialValue::customCssText() const
+String CSSInitialValue::customCSSText() const
{
return "initial";
}

Powered by Google App Engine
This is Rietveld 408576698