| 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 b5c7f14346efef0898c88863f2a70ef29ac284a9..d74e6860d090458fc52d3a9b2276a98edd6a9ec6 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");
|
|
|
|
|