| Index: third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html
|
| index f961201cec89acf15d8fad3efb6d6858914f9020..895411ec8e3489683bc1152867e54bb97f9a95da 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/shadow/shadow-host-display-modes.html
|
| @@ -105,7 +105,7 @@ function test()
|
|
|
| function waitForModifiedNodesUpdate(title, next)
|
| {
|
| - InspectorTest.addSniffer(WebInspector.ElementsTreeOutline.prototype, "_updateModifiedNodes", callback);
|
| + InspectorTest.addSniffer(Elements.ElementsTreeOutline.prototype, "_updateModifiedNodes", callback);
|
|
|
| function callback()
|
| {
|
|
|