| Index: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html
|
| index 1f26c8518020b9eae7f5aec6382141e92f77cad2..5ba6b593d613ec55fd154b30ae6da940b0550206 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-limited-children.html
|
| @@ -33,7 +33,7 @@ function test()
|
| {
|
| InspectorTest.addResult("=========== Loaded 5 children ===========");
|
| dumpElementsTree();
|
| - InspectorTest.addSniffer(WebInspector.ElementsTreeOutline.prototype, "_updateModifiedNodes", step3);
|
| + InspectorTest.addSniffer(Elements.ElementsTreeOutline.prototype, "_updateModifiedNodes", step3);
|
| InspectorTest.evaluateInPage("insertNode()");
|
| }
|
|
|
|
|