| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| index 86666ae685ca7aa7b7ace9ab89442722c64be5d4..763b9ab0bd632ba31e1488cdb56bce91ecd8f1e1 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/css-protocol-test.js
|
| +++ b/third_party/WebKit/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.setMultipleStyleTexts = updateStyleSheetRange.bind(null, "CSS.setMultipleStyleTexts");
|
| InspectorTest.setStyleText = updateStyleSheetRange.bind(null, "CSS.setStyleText");
|
| InspectorTest.setMediaText = updateStyleSheetRange.bind(null, "CSS.setMediaText");
|
| InspectorTest.addRule = updateStyleSheetRange.bind(null, "CSS.addRule");
|
|
|