| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| index a9c39b130f7948904fc634b4e09a41ee4e218781..bc2170bee08fab4968de2d9f4194169bae22fed3 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/win.py
|
| @@ -25,7 +25,6 @@
|
| # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| -
|
| """Windows implementation of the Port interface."""
|
|
|
| import errno
|
| @@ -43,7 +42,6 @@ from webkitpy.layout_tests.models import test_run_results
|
| from webkitpy.layout_tests.port import base
|
| from webkitpy.layout_tests.servers import crash_service
|
|
|
| -
|
| _log = logging.getLogger(__name__)
|
|
|
|
|
|
|