Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 4fd03dcadf65a173b8bf396dbb59be0eeb327a7a..d831493ef5003b186b0e8e4da24ed7e041eba53d 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -133,7 +133,7 @@ class CONTENT_EXPORT BrowserPluginGuest |
bool visible() const { return guest_visible_; } |
void clear_damage_buffer() { damage_buffer_.reset(); } |
- BrowserPluginGuest* opener() const { return opener_; } |
+ BrowserPluginGuest* opener() const { return opener_.get(); } |
void UpdateVisibility(); |