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

Unified Diff: Source/core/css/CSSShaderValue.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/CSSShaderValue.cpp
diff --git a/Source/core/css/CSSShaderValue.cpp b/Source/core/css/CSSShaderValue.cpp
index a46e2e74aa08cee741f10634c88eaf179d6b1b90..1fafe3008f1737307dfa7cc6ca8636d3d408dcba 100644
--- a/Source/core/css/CSSShaderValue.cpp
+++ b/Source/core/css/CSSShaderValue.cpp
@@ -81,7 +81,7 @@ StyleShader* CSSShaderValue::cachedOrPendingShader()
return m_shader.get();
}
-String CSSShaderValue::customCssText() const
+String CSSShaderValue::customCSSText() const
{
StringBuilder result;
result.appendLiteral("url(");

Powered by Google App Engine
This is Rietveld 408576698