| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| index 29144e11d7e36ffd56f541b08894f4fc3eaab9af..51ce75068d03b9e18f6882e53c57d6d452b07a7b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
|
| @@ -2079,7 +2079,7 @@ class CppStyleTest(CppStyleTestBase):
|
| 'Consider converting bool bitfields to unsigned. [runtime/bitfields] [5]'
|
| % (name, bool_list, unsigned_list))
|
|
|
| - def build_test_case(bitfields, name, will_warn, extra_warnings=[]):
|
| + def build_test_case(bitfields, name, will_warn, extra_warnings=None):
|
| bool_bitfields = []
|
| unsigned_bitfields = []
|
| test_string = 'class %s {\n' % (name,)
|
|
|