| Index: Source/core/plugins/DOMPlugin.cpp
|
| diff --git a/Source/core/plugins/DOMPlugin.cpp b/Source/core/plugins/DOMPlugin.cpp
|
| index 96bc9b59af1c69d2402e7514713ef254a0a28196..0176e41aba6ac088c45f2d3f90188f3e870cdf24 100644
|
| --- a/Source/core/plugins/DOMPlugin.cpp
|
| +++ b/Source/core/plugins/DOMPlugin.cpp
|
| @@ -24,8 +24,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -DEFINE_GC_INFO(DOMPlugin);
|
| -
|
| DOMPlugin::DOMPlugin(PluginData* pluginData, Frame* frame, unsigned index)
|
| : FrameDestructionObserver(frame)
|
| , m_pluginData(pluginData)
|
|
|