| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| index eb9918c82e3cf3f4eedfc2f1b018f359159fde71..fa8699c08c40850fa9dad4bdeb370a9297c3133c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| @@ -396,7 +396,7 @@ InspectorTest.changeExecutionContext = function(namePrefix)
|
| {
|
| var selector = Console.ConsoleView.instance()._consoleContextSelector;
|
| for (var executionContext of selector._items) {
|
| - if (selector._titleFor(executionContext).startsWith(namePrefix)) {
|
| + if (selector.titleFor(executionContext).startsWith(namePrefix)) {
|
| UI.context.setFlavor(SDK.ExecutionContext, executionContext);
|
| return;
|
| }
|
|
|