Chromium Code Reviews| Index: LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html |
| diff --git a/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html b/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html |
| index f6adbcff1dea1584c9a6f7a5194e61e798d72ca9..914f627deba25b6e14f7fea8162eb3ac7ab5557f 100644 |
| --- a/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html |
| +++ b/LayoutTests/inspector-protocol/css/css-set-inline-styleSheetText.html |
| @@ -6,7 +6,8 @@ |
| function test() |
| { |
| var inlineStyleSheetId; |
| - function sendCommand(command, properties, callback) { |
| + function sendCommand(command, properties, callback) |
|
lushnikov
2015/06/18 13:34:49
you can remove this and use sendCommandOrDie
pfeldman
2015/06/18 16:38:55
Done.
|
| + { |
| InspectorTest.sendCommand(command, properties || {}, commandCallback); |
| function commandCallback(msg) |
| { |