Chromium Code Reviews| Index: Source/bindings/scripts/deprecated_code_generator_v8.pm |
| diff --git a/Source/bindings/scripts/deprecated_code_generator_v8.pm b/Source/bindings/scripts/deprecated_code_generator_v8.pm |
| index e1973715d34cacf44cc6ff67d877bb026f173504..75e66dd2aaf6c9a2ce829decf856b922823f7807 100644 |
| --- a/Source/bindings/scripts/deprecated_code_generator_v8.pm |
| +++ b/Source/bindings/scripts/deprecated_code_generator_v8.pm |
| @@ -1583,10 +1583,8 @@ END |
| my $selfIsTearOffType = IsSVGTypeNeedingTearOff($interfaceName); |
| if ($selfIsTearOffType) { |
| - AddToImplIncludes("core/svg/properties/SVGStaticPropertyWithParentTearOff.h"); |
| - $tearOffType =~ s/SVGPropertyTearOff</SVGStaticPropertyWithParentTearOff<$implClassName, /; |
| - |
| - $wrappedValue = "WTF::getPtr(${tearOffType}::create(wrapper, $expression, $updateMethod))"; |
| + AddToImplIncludes("core/svg/properties/SVGMatrixTearOff.h"); |
| + $wrappedValue = "WTF::getPtr(SVGMatrixTearOff::create(wrapper, $expression))"; |
|
pdr.
2013/09/13 22:01:15
plz 2 be add fixme to not be dumb here
|
| } else { |
| AddToImplIncludes("core/svg/properties/SVGStaticPropertyTearOff.h"); |
| $tearOffType =~ s/SVGPropertyTearOff</SVGStaticPropertyTearOff<$implClassName, /; |