| 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 {
|
| };
|
|
|
|
|