| Index: third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html b/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
|
| index 38dd548f4c98e103e51418ac1129c3d06e7ae599..84c5d3eacc47b46749bf692b2a2678bc7459e9d3 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/screen-orientation-override.html
|
| @@ -28,6 +28,7 @@ function maybeLog()
|
|
|
| function test()
|
| {
|
| + Protocol.InspectorBackend.Options.suppressRequestErrors = false;
|
| function addDumpResult(next)
|
| {
|
| InspectorTest.evaluateInPage("dump()", dumpCallback);
|
|
|