Index: LayoutTests/inspector-protocol/css/css-get-media-queries.html |
diff --git a/LayoutTests/inspector-protocol/css/css-get-media-queries.html b/LayoutTests/inspector-protocol/css/css-get-media-queries.html |
index 7299a0213a1f01de3f0eb73a74230194f6808b4f..bd653d4988c62265540d3ad0d386d7f8b8e08ada 100644 |
--- a/LayoutTests/inspector-protocol/css/css-get-media-queries.html |
+++ b/LayoutTests/inspector-protocol/css/css-get-media-queries.html |
@@ -4,6 +4,7 @@ |
<script type="text/javascript"> |
function test() |
{ |
+ InspectorTest.sendCommandOrDie("DOM.enable", {}); |
InspectorTest.sendCommandOrDie("CSS.enable", {}, onCSSEnabled); |
function onCSSEnabled() |