Index: Source/core/html/HTMLPlugInElement.h |
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
index 404382c2b122d1936159f4db7daa05f4eaf9a9b8..3997868c69dc8f38d687b510bbf46e057e68ed54 100644 |
--- a/Source/core/html/HTMLPlugInElement.h |
+++ b/Source/core/html/HTMLPlugInElement.h |
@@ -139,7 +139,7 @@ private: |
void setPersistedPluginWidget(Widget*); |
- mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper; |
+ mutable RefPtr<SharedPersistent<v8::Object>> m_pluginWrapper; |
NPObject* m_NPObject; |
bool m_isCapturingMouseEvents; |
bool m_needsWidgetUpdate; |