summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_debugger_api.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_debugger_api.cc')
-rw-r--r--chrome/browser/extensions/extension_debugger_api.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_debugger_api.cc b/chrome/browser/extensions/extension_debugger_api.cc
index 80bc2ab..a2bbc09 100644
--- a/chrome/browser/extensions/extension_debugger_api.cc
+++ b/chrome/browser/extensions/extension_debugger_api.cc
@@ -364,7 +364,7 @@ bool DebuggerFunction::InitTabContents() {
DictionaryValue* dict = static_cast<DictionaryValue*>(debuggee);
EXTENSION_FUNCTION_VALIDATE(dict->GetInteger(keys::kTabIdKey, &tab_id_));
- // Find the TabContents that contains this tab id.
+ // Find the TabContentsWrapper that contains this tab id.
contents_ = NULL;
TabContentsWrapper* wrapper = NULL;
bool result = ExtensionTabUtil::GetTabById(