| Index: LayoutTests/inspector-protocol/stylesheet-tracking-restart.html
|
| diff --git a/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html b/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html
|
| index 37f486194e11e493349139e68a7273efa817ba8c..f876a610ea81bd7acd47d91d11bdb14aa012f10f 100644
|
| --- a/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html
|
| +++ b/LayoutTests/inspector-protocol/stylesheet-tracking-restart.html
|
| @@ -77,6 +77,7 @@ function test()
|
| }
|
|
|
| InspectorTest.log("Enabling CSS domain.");
|
| + InspectorTest.sendCommandOrDie("DOM.enable", {});
|
| InspectorTest.sendCommand("CSS.enable", {}, wasEnabled);
|
|
|
| function wasEnabled()
|
|
|