| 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 495b94aa7a577ee14d15d4064e6e4f874e62f3a7..d965cc179034dad5bdc7ec77eb9a297c19550a55 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js
|
| @@ -967,7 +967,7 @@ InspectorTest.dumpInspectorHighlightJSON = function(idValue, callback)
|
|
|
| function nodeResolved(node)
|
| {
|
| - InspectorTest.DOMAgent.getHighlightObjectForTest(node.id, report);
|
| + InspectorTest.OverlayAgent.getHighlightObjectForTest(node.id, report);
|
| }
|
|
|
| function report(error, result)
|
|
|