| Index: third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html b/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| index b4923f9cb0b2e5561cca8fb6467a3b1d70d320f8..c61ef8c6a2c8fea091ae29c718baca349ff7e811 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/template-content-inspect-crash.html
|
| @@ -9,7 +9,7 @@ function test()
|
| {
|
| InspectorTest.expandElementsTree(function() {
|
| var contentNode = InspectorTest.expandedNodeWithId("tpl").templateContent();
|
| - WebInspector.panels.elements.selectDOMNode(contentNode, true);
|
| + UI.panels.elements.selectDOMNode(contentNode, true);
|
| InspectorTest.evaluateInConsole("$0", callback);
|
| });
|
|
|
|
|