| 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 0a0c741f45c490de5dc2c24ff99f974b95f91275..a31f5ce8348d54c794f226609bf02e4a450a79ca 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
|
| @@ -125,7 +125,6 @@ class WinPort(base.Port):
|
| if e.errno != errno.ENOENT:
|
| raise e
|
| # The key simply probably doesn't exist.
|
| - pass
|
|
|
| # Note that we write to HKCU so that we don't need privileged access
|
| # to the registry, and that will get reflected in HKCR when it is read, above.
|
|
|