| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml.py
|
| index ff4a4159f1a2377536c4bbea82dadb4e8fcc0563..90e8bed858e58d1eaed0ab33342fb51bc9fa52f7 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/xml.py
|
| @@ -41,5 +41,5 @@ class XMLChecker(object):
|
| parser.Parse(line)
|
| parser.Parse('\n')
|
| parser.Parse('', True)
|
| - except expat.ExpatError, error:
|
| + except expat.ExpatError as error:
|
| self._handle_style_error(error.lineno, 'xml/syntax', 5, expat.ErrorString(error.code))
|
|
|