Index: chrome/common/extensions/api/extension.json |
diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json |
index 59f497c01768c2fde553925d4ada774a7a626b79..1e735ad63da4ce8850152633d98edf4247e4a3b9 100644 |
--- a/chrome/common/extensions/api/extension.json |
+++ b/chrome/common/extensions/api/extension.json |
@@ -13,7 +13,7 @@ |
"type": "object", |
"description": "An object containing information about the script context that sent a message or request.", |
"properties": { |
- "tab": {"$ref": "Tab", "optional": true, "description":"This property will <b>only</b> be present when the connection was opened from a tab or content script."}, |
+ "tab": {"$ref": "tabs.Tab", "optional": true, "description":"This property will <b>only</b> be present when the connection was opened from a tab or content script."}, |
"id": {"type": "string", "description": "The extension ID of the extension that opened the connection."} |
} |
}, |