Index: third_party/closure_linter/closure_linter/common/error.py |
diff --git a/third_party/closure_linter/closure_linter/common/error.py b/third_party/closure_linter/closure_linter/common/error.py |
index 0e3b4760107aa376e45d115f058c0b2cc46741f3..4209c235b8542508a50d1f7fff345af7506b6ef8 100755 |
--- a/third_party/closure_linter/closure_linter/common/error.py |
+++ b/third_party/closure_linter/closure_linter/common/error.py |
@@ -23,7 +23,7 @@ __author__ = ('robbyw@google.com (Robert Walker)', |
class Error(object): |
"""Object representing a style error.""" |
- def __init__(self, code, message, token, position, fix_data): |
+ def __init__(self, code, message, token=None, position=None, fix_data=None): |
"""Initialize the error object. |
Args: |