Title: [90111] trunk/Source/WebCore
- Revision
- 90111
- Author
- [email protected]
- Date
- 2011-06-30 06:38:00 -0700 (Thu, 30 Jun 2011)
Log Message
2011-06-30 Ilya Tikhonovsky <[email protected]>
Unreviewed build fix for mac.
* inspector/CodeGeneratorInspector.pm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (90110 => 90111)
--- trunk/Source/WebCore/ChangeLog 2011-06-30 13:22:29 UTC (rev 90110)
+++ trunk/Source/WebCore/ChangeLog 2011-06-30 13:38:00 UTC (rev 90111)
@@ -1,5 +1,11 @@
2011-06-30 Ilya Tikhonovsky <[email protected]>
+ Unreviewed build fix for mac.
+
+ * inspector/CodeGeneratorInspector.pm:
+
+2011-06-30 Ilya Tikhonovsky <[email protected]>
+
Reviewed by Pavel Feldman.
Web Inspector: Protocol: error object needs some improvement.
Modified: trunk/Source/WebCore/inspector/CodeGeneratorInspector.pm (90110 => 90111)
--- trunk/Source/WebCore/inspector/CodeGeneratorInspector.pm 2011-06-30 13:22:29 UTC (rev 90110)
+++ trunk/Source/WebCore/inspector/CodeGeneratorInspector.pm 2011-06-30 13:38:00 UTC (rev 90111)
@@ -498,7 +498,7 @@
}
push(@function, " }");
}
- push(@function, " sendResponse(callId, result, String::format(s_argumentsErrorTemplate, \"$fullQualifiedFunctionNameDot\"), protocolErrors, error);");
+ push(@function, " sendResponse(callId, result, String::format(\"Some arguments of method '%s' can't be processed\", \"$fullQualifiedFunctionNameDot\"), protocolErrors, error);");
push(@function, "}");
push(@function, "");
push(@backendMethodsImpl, @function);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes