Index: third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js b/third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js |
index 7cf2d1d8d87caf34e2be2550e848d2dc08545e35..fb6a4595cebd59cd3aa7eec45d3f155709566bda 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js |
@@ -639,7 +639,7 @@ |
*/ |
isWebContents: function() |
{ |
- return this.type === "page"; |
+ return this.type === "web_contents"; |
}, |
/** |
* @return {boolean} |