| 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 a34f3109e30fa636906a140375f386039184082d..939f4705e538bba752740db31c791835c0fef7fd 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
|
| @@ -33,7 +33,7 @@ function test()
|
|
|
| InspectorTest.addResult("");
|
| InspectorTest.addResult("Adding sw target");
|
| - var swTarget = InspectorTest.createMockTarget("sw-target", null, WebInspector.Target.Type.Worker);
|
| + var swTarget = InspectorTest.createMockTarget("sw-target", null, WebInspector.Target.Capability.Network | WebInspector.Target.Capability.Worker);
|
| swTarget.runtimeModel._executionContextCreated({id: "sw1", isDefault: true, origin: "origin", name: "swContext1Name", frameId: ""});
|
|
|
| InspectorTest.addResult("");
|
|
|