| 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 23d3892ce2ef3687518a53efe0314d1c77ac7df6..bc59eab28c1f69387026a260f032f15ede6a1c17 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("");
|
|
|