| Index: Source/bindings/scripts/CodeGeneratorV8.pm
|
| diff --git a/Source/bindings/scripts/CodeGeneratorV8.pm b/Source/bindings/scripts/CodeGeneratorV8.pm
|
| index 1d74697f1387891dcfa95fecb9a92e8e558e76e1..2b27f1ca071424cef14dbfd8c17673ce27804b5b 100644
|
| --- a/Source/bindings/scripts/CodeGeneratorV8.pm
|
| +++ b/Source/bindings/scripts/CodeGeneratorV8.pm
|
| @@ -543,9 +543,9 @@ sub GetIndexedGetterFunction
|
| {
|
| my $interface = shift;
|
|
|
| - # FIXME: Expose indexed getter of WebKitCSSMixFunctionValue by removing this special case
|
| - # because CSSValueList(which is parent of WebKitCSSMixFunctionValue) has indexed property getter.
|
| - if ($interface->name eq "WebKitCSSMixFunctionValue") {
|
| + # FIXME: Expose indexed getter of CSSMixFunctionValue by removing this special case
|
| + # because CSSValueList(which is parent of CSSMixFunctionValue) has indexed property getter.
|
| + if ($interface->name eq "CSSMixFunctionValue") {
|
| return 0;
|
| }
|
|
|
|
|