| Index: third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js
|
| index 461552b86e98db730bda09dd601c285ec6bb20a4..0695440ee02f13088755483d84874289062313d0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/appcache/appcache-test.js
|
| @@ -95,7 +95,7 @@ InspectorTest.dumpApplicationCacheTree = function()
|
| }
|
| for (var j = 0; j < manifestTreeElement.childCount(); ++j) {
|
| var frameTreeElement = manifestTreeElement.childAt(j);
|
| - InspectorTest.addResult(" Frame: " + frameTreeElement.displayName);
|
| + InspectorTest.addResult(" Frame: " + frameTreeElement.title);
|
| }
|
| }
|
| }
|
|
|