Index: chrome/common/extensions/api/debugger.json |
diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json |
index ad8c8ade52129574bcd2491ca7edbac2ec27eb26..fe2e08aabc1b7491414c9875cc963c3ba76c073b 100644 |
--- a/chrome/common/extensions/api/debugger.json |
+++ b/chrome/common/extensions/api/debugger.json |
@@ -24,7 +24,7 @@ |
"type": { |
"type": "string", |
"description": "Target type.", |
- "enum" : ["page", "background_page", "other" ] |
+ "enum" : ["page", "background_page", "worker", "other" ] |
}, |
"id": { "type": "string", "description": "Target id." }, |
"attached": { "type": "boolean", "description": "True if debugger is already attached." }, |