| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| index 4b3ee1d82293fcbf38dc07e343a403304fe32621..e10a6951402e6842e178b0364979d465dc95e3c7 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html
|
| @@ -31,7 +31,7 @@ function test()
|
| {
|
| InspectorTest.RuntimeAgent.evaluate("window.didReopen", dispatch);
|
|
|
| - function dispatch(error, result, wasThrown)
|
| + function dispatch(error, result, exceptionDetails)
|
| {
|
| if (result.type !== "number") {
|
| InspectorTest.evaluateInPage("console.log('Opening front-end for the first time')");
|
| @@ -50,7 +50,7 @@ function test()
|
| function runTests(callback)
|
| {
|
| InspectorTest.selectNodeAndWaitForStyles("inner", step2);
|
| -
|
| +
|
| function step2()
|
| {
|
| InspectorTest.dumpSelectedElementStyles(true);
|
|
|