[webkit-reviews] review requested: [Bug 57544] Web Inspector: remove dots at the end of error messages : [Attachment 87723] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 07:25:25 PDT 2011


Andrey Kosyakov <caseq at chromium.org> has asked	for review:
Bug 57544: Web Inspector: remove dots at the end of error messages
https://bugs.webkit.org/show_bug.cgi?id=57544

Attachment 87723: patch
https://bugs.webkit.org/attachment.cgi?id=87723&action=review

------- Additional Comments from Andrey Kosyakov <caseq at chromium.org>
for i in *.cpp; do sed 's/\(errorString = ".*\)\.";/\1";/' $i >$i.tmp && mv
$i.tmp $i; done


More information about the webkit-reviews mailing list