Index: third_party/WebKit/WebCore/bindings/scripts/CodeGeneratorJS.pm |
=================================================================== |
--- third_party/WebKit/WebCore/bindings/scripts/CodeGeneratorJS.pm (revision 11154) |
+++ third_party/WebKit/WebCore/bindings/scripts/CodeGeneratorJS.pm (working copy) |
@@ -174,7 +174,7 @@ |
# When we're finished with the one-file-per-class |
# reorganization, we won't need these special cases. |
if ($codeGenerator->IsPrimitiveType($type) or AvoidInclusionOfType($type) |
- or $type eq "DOMString" or $type eq "DOMObject" or $type eq "RGBColor") { |
+ or $type eq "DOMString" or $type eq "DOMObject" or $type eq "RGBColor" or $type eq "Array") { |
} elsif ($type =~ /SVGPathSeg/) { |
$joinedName = $type; |
$joinedName =~ s/Abs|Rel//; |