| 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..b844dba1fa97a3fb68a9942d6822e382fd221be4 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, exceptionDetails)
|
| {
|
| if (result.type !== "number") {
|
| InspectorTest.addResult("Opening front-end for the first time");
|
|
|