| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| index c8f56c526e4d6dd34e1732dc3d2b40e8d7a2b066..dab8616056fa4b5c900ef2da55d24a9228270cb7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| @@ -27,7 +27,7 @@ var test = function()
|
| }
|
| }
|
|
|
| - var contextId = WebInspector.context.flavor(WebInspector.ExecutionContext).id;
|
| + var contextId = UI.context.flavor(SDK.ExecutionContext).id;
|
| InspectorTest.runDebuggerTestSuite([
|
| function testSuccessfulCompileAndRun(next)
|
| {
|
|
|