Title: [90112] trunk/Source/WebCore
Revision
90112
Author
[email protected]
Date
2011-06-30 06:43:59 -0700 (Thu, 30 Jun 2011)

Log Message

2011-06-30  Ilya Tikhonovsky  <[email protected]>

        Unreviewed build fix for chromium.

        * inspector/CodeGeneratorInspector.pm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90111 => 90112)


--- trunk/Source/WebCore/ChangeLog	2011-06-30 13:38:00 UTC (rev 90111)
+++ trunk/Source/WebCore/ChangeLog	2011-06-30 13:43:59 UTC (rev 90112)
@@ -1,5 +1,11 @@
 2011-06-30  Ilya Tikhonovsky  <[email protected]>
 
+        Unreviewed build fix for chromium.
+
+        * inspector/CodeGeneratorInspector.pm:
+
+2011-06-30  Ilya Tikhonovsky  <[email protected]>
+
         Unreviewed build fix for mac.
 
         * inspector/CodeGeneratorInspector.pm:

Modified: trunk/Source/WebCore/inspector/CodeGeneratorInspector.pm (90111 => 90112)


--- trunk/Source/WebCore/inspector/CodeGeneratorInspector.pm	2011-06-30 13:38:00 UTC (rev 90111)
+++ trunk/Source/WebCore/inspector/CodeGeneratorInspector.pm	2011-06-30 13:43:59 UTC (rev 90112)
@@ -1109,7 +1109,6 @@
     unshift(@backendConstantDefinitions, "const char* InspectorBackendDispatcher::commandNames[] = {");
     push(@backendConstantDefinitions, "};");
     push(@backendConstantDefinitions, "");
-    push(@backendConstantDefinitions, "static const char* s_argumentsErrorTemplate = \"Some arguments of method '%s' can't be processed\";");
 
     # Make dispatcher methods private on the backend.
     push(@backendConstantDeclarations, "};");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to