| Index: LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| diff --git a/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js b/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| index 69daa91907d52117208cd839efa0a2b53a36e81a..eddb230d441c1f98aff520aeac526b4eccbbe75b 100644
|
| --- a/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| +++ b/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| @@ -39,6 +39,7 @@ function updateStyleSheetRange(command, styleSheetId, expectError, options, call
|
|
|
| InspectorTest.setPropertyText = updateStyleSheetRange.bind(null, "CSS.setPropertyText");
|
| InspectorTest.setRuleSelector = updateStyleSheetRange.bind(null, "CSS.setRuleSelector");
|
| +InspectorTest.setStyleText = updateStyleSheetRange.bind(null, "CSS.setStyleText");
|
| InspectorTest.setMediaText = updateStyleSheetRange.bind(null, "CSS.setMediaText");
|
| InspectorTest.addRule = updateStyleSheetRange.bind(null, "CSS.addRule");
|
|
|
|
|