Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 88be9885379fd4906d4462f5f88663895f40b327..066a3d0dce87962802b6ba064f99f63f8790911b 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -133,6 +133,7 @@ private: |
bool m_needsWidgetUpdate; |
bool m_shouldPreferPlugInsForImages; |
DisplayState m_displayState; |
+ RefPtr<Widget> m_protectWidgetDuringReattach; |
}; |
DEFINE_NODE_TYPE_CASTS(HTMLPlugInElement, isPluginElement()); |