[webkit-reviews] review granted: [Bug 114420] Remove the rest of Chromium code from webkitpy : [Attachment 197521] Cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 01:33:59 PDT 2013


Benjamin Poulain <benjamin at webkit.org> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 114420: Remove the rest of Chromium code from webkitpy
https://bugs.webkit.org/show_bug.cgi?id=114420

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

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=197521&action=review


> Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py:4798
> +	   self.assertEqual('', self.perform_lint(
> +	       '{}\n'
> +	       'WEBKIT_EXPORT\n'
> +	       'virtual\n'
> +	       'int\n'
> +	       'foo() = 0;\n',
> +	       'test.h',
> +	       webkit_export_error_rules))
>  

The indent is a little weird here.


More information about the webkit-reviews mailing list