Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
index ded0ac1ccba65a27af2e752a6c3a1ed1b4c2b20e..b6bf1fbd946232a31b7d7192127f1a838ddd5148 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/webkit_patch.py |
@@ -98,10 +98,6 @@ class WebKitPatch(Host): |
] |
self.help_command = HelpCommand() |
self.commands.append(self.help_command) |
- # FIXME: Since tool is passed to Command.execute, it may not be necessary to set a tool attribute on the |
- # command objects here - maybe this should be done inside of Command.execute for commands that use self._tool. |
- for command in self.commands: |
- command.bind_to_tool(self) |
def main(self, argv=None): |
argv = argv or sys.argv |