| Index: third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| index 0ee46a25aaa9c2fd14cb467ecda49fdd8689a723..4ca9cd3e8699351504b00d40bbd396fc06d63d74 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| @@ -5,6 +5,7 @@
|
| <script>
|
| function test()
|
| {
|
| + Protocol.InspectorBackend.Options.suppressRequestErrors = false;
|
| function dumpArgument(name, value)
|
| {
|
| InspectorTest.addResult(name + " result: " + (typeof value === "string" ? value : JSON.stringify(value)));
|
|
|