Bug 114420 - Remove the rest of Chromium code from webkitpy
Summary: Remove the rest of Chromium code from webkitpy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-11 01:12 PDT by Ryosuke Niwa
Modified: 2013-04-11 01:44 PDT (History)
3 users (show)

See Also:


Attachments
Cleanup (32.64 KB, patch)
2013-04-11 01:13 PDT, Ryosuke Niwa
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-04-11 01:12:33 PDT
Remove the rest of Chromium code from webkitpy
Comment 1 Ryosuke Niwa 2013-04-11 01:13:35 PDT
Created attachment 197521 [details]
Cleanup
Comment 2 Benjamin Poulain 2013-04-11 01:32:14 PDT
Comment on attachment 197521 [details]
Cleanup

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.
Comment 3 Ryosuke Niwa 2013-04-11 01:44:56 PDT
Committed r148185: <http://trac.webkit.org/changeset/148185>