Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
| index 9cf07ca6f51d1a33033b123e1446962dee587984..56ae1f7d2b266f1950fc0318eae67b41b20bdfe8 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/reattach-after-editing-styles.html |
| @@ -34,7 +34,7 @@ function test() |
| { |
| InspectorTest.RuntimeAgent.evaluate("window.didReopen", dispatch); |
| - function dispatch(error, result, wasThrown) |
| + function dispatch(error, result) |
|
dgozman
2016/08/11 01:54:34
While you are here, let's add exceptionDetails sec
kozy
2016/08/11 21:04:21
Done.
|
| { |
| if (result.type !== "number") { |
| InspectorTest.addResult("Opening front-end for the first time"); |