Title: [111745] trunk/Source/WebCore
Revision
111745
Author
kev...@webkit.org
Date
2012-03-22 12:37:22 -0700 (Thu, 22 Mar 2012)

Log Message

[wx] Unreviewed. WebDOM build fix after array type changes.

Modified Paths


Diff

Modified: trunk/Source/WebCore/ChangeLog (111744 => 111745)


--- trunk/Source/WebCore/ChangeLog	2012-03-22 19:23:02 UTC (rev 111744)
+++ trunk/Source/WebCore/ChangeLog	2012-03-22 19:37:22 UTC (rev 111745)
@@ -1,3 +1,10 @@
+2012-03-22  Kevin Ollivier  <kev...@theolliviers.com>
+
+        [wx] Unreviewed. WebDOM build fix after array type changes.
+
+        * bindings/scripts/CodeGeneratorCPP.pm:
+        (ShouldSkipType):
+
 2012-03-22  Pavel Feldman  <pfeld...@chromium.org>
 
         Web Inspector: text gutter decorations should move upon edits.

Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorCPP.pm (111744 => 111745)


--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorCPP.pm	2012-03-22 19:23:02 UTC (rev 111744)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorCPP.pm	2012-03-22 19:37:22 UTC (rev 111745)
@@ -199,6 +199,8 @@
 
     return 1 if $typeInfo->signature->type =~ /Constructor$/;
     
+    return 1 if $codeGenerator->GetArrayType($typeInfo->signature->type);
+    
     # FIXME: This is typically used to add script execution state arguments to the method.
     # These functions will not compile with the C++ bindings as is, so disable them
     # to restore compilation until a proper implementation can be developed.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to