Index: content/common/npobject_util.h |
diff --git a/content/common/npobject_util.h b/content/common/npobject_util.h |
index aab6b623991fbba20166719f6b6c52762effb11f..5c340e38018b09399fc3060edfac5e8b3fc63497 100644 |
--- a/content/common/npobject_util.h |
+++ b/content/common/npobject_util.h |
@@ -60,7 +60,7 @@ bool CreateNPVariant(const NPVariant_Param& param, |
const GURL& page_url); |
#if defined(OS_WIN) |
-// Given a plugin's HWND, returns an event associated with the TabContents |
+// Given a plugin's HWND, returns an event associated with the WebContentsImpl |
// that's set when inside a messagebox. This tells the plugin process that |
// the message queue should be pumped (as what would happen if everything was |
// in-process). This avoids deadlocks when a plugin invokes javascript that |