| Index: third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| index 52f778e92810d6661f289ded79dd4cc87e828827..c9fdcaf2a16cea2394eb761275ab724cf634e981 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| @@ -281,7 +281,7 @@ InspectorTest.filterMatchedStyles = function(text)
|
| {
|
| var regex = text ? new RegExp(text, "i") : null;
|
| InspectorTest.addResult("Filtering styles by: " + text);
|
| - UI.panels.elements._stylesWidget.onFilterChanged(regex);
|
| + UI.panels.elements._stylesWidget._onFilterChanged(regex);
|
| }
|
|
|
| InspectorTest.dumpRenderedMatchedStyles = function()
|
|
|