| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| index 1497e380ea65a6e4fc1f40c056b7b70df3af0d33..e36c93d50cc66f4c595ab3d43a66b546e968eac3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xcodeproj_unittest.py
|
| @@ -29,6 +29,7 @@ import xcodeproj
|
|
|
| class TestErrorHandler(object):
|
| """Error handler for XcodeProjectFileChecker unittests"""
|
| +
|
| def __init__(self, handler):
|
| self.handler = handler
|
|
|
|
|