| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
|
| index 0841c95f6825bf9f6c5875e948b512dd97184003..eef7e1cfa1e9bdf8cae0774cdb33112ef0903ba7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html
|
| @@ -83,7 +83,7 @@ var test = function()
|
|
|
| function expandProperties(treeoutline, path, callback)
|
| {
|
| - treeoutline.addEventListener(TreeOutline.Events.ElementAttached, elementAttached);
|
| + treeoutline.addEventListener(UI.TreeOutline.Events.ElementAttached, elementAttached);
|
| treeoutline.expand();
|
|
|
| function elementAttached(event)
|
| @@ -101,7 +101,7 @@ var test = function()
|
| return;
|
| }
|
|
|
| - treeoutline.removeEventListener(TreeOutline.Events.ElementAttached, elementAttached);
|
| + treeoutline.removeEventListener(UI.TreeOutline.Events.ElementAttached, elementAttached);
|
| callback();
|
| }
|
| }
|
|
|