| Index: third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| index 14fdc8597bf85d29fb21e07e1cc962cf6866bd72..091f8f4eca5b0072372ac5acf075c5d21b2b8886 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -997,12 +997,12 @@ InspectorTest.preloadModule = function(moduleName)
|
|
|
| InspectorTest.isDedicatedWorker = function(target)
|
| {
|
| - return target && !target.hasBrowserCapability() && target.hasJSCapability() && !target.hasNetworkCapability() && !target.hasTargetCapability();
|
| + return target && !target.hasBrowserCapability() && target.hasJSCapability() && !target.hasTargetCapability();
|
| }
|
|
|
| InspectorTest.isServiceWorker = function(target)
|
| {
|
| - return target && !target.hasBrowserCapability() && !target.hasJSCapability() && target.hasNetworkCapability() && target.hasTargetCapability();
|
| + return target && !target.hasBrowserCapability() && !target.hasJSCapability() && target.hasTargetCapability();
|
| }
|
|
|
| InspectorTest.describeTargetType = function(target)
|
|
|