Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/abstractstep.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/abstractstep.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/abstractstep.py |
index 9d7f2e07373665502137a8f32dd15e4effba2228..45a44472062142c01eea5ebb5781d00237bf6857 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/abstractstep.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/abstractstep.py |
@@ -33,6 +33,7 @@ from webkitpy.tool.steps.options import Options |
class AbstractStep(object): |
+ |
def __init__(self, tool, options): |
self._tool = tool |
self._options = options |