Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context.html |
index ec5b0923fa7c88f0881422f5c020c23180ef9e89..4bdd64db49dd16220a19ffb63d2c00d13c6ee308 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/last-execution-context.html |
@@ -8,7 +8,7 @@ function test() |
var context = new UI.Context(); |
context.addFlavorChangeListener(SDK.ExecutionContext, executionContextChanged, this); |
context.addFlavorChangeListener(SDK.Target, targetChanged, this); |
- new Components.ExecutionContextSelector(SDK.targetManager, context); |
+ new Main.ExecutionContextSelector(SDK.targetManager, context); |
function executionContextChanged(event) |
{ |