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

Unified Diff: Source/core/css/CSSMixFunctionValue.idl

Issue 15797004: Cleanup WebKit prefixed names for classes in css directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/CSSMixFunctionValue.idl
diff --git a/Source/core/css/WebKitCSSMixFunctionValue.idl b/Source/core/css/CSSMixFunctionValue.idl
similarity index 93%
rename from Source/core/css/WebKitCSSMixFunctionValue.idl
rename to Source/core/css/CSSMixFunctionValue.idl
index c4a2abd6d78bf2e7d5090e18fd04cb188585b60f..3519f334ec9f5366e61f4ae3b6084a14ace44e6f 100644
--- a/Source/core/css/WebKitCSSMixFunctionValue.idl
+++ b/Source/core/css/CSSMixFunctionValue.idl
@@ -28,6 +28,7 @@
*/
[
-] interface WebKitCSSMixFunctionValue : CSSValueList {
+ InterfaceName=WebKitCSSMixFunctionValue
+] interface CSSMixFunctionValue : CSSValueList {
};

Powered by Google App Engine
This is Rietveld 408576698