| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index a02ee9a71fa7a1289e7fe7e7c4cc4eb8e2cfed6b..8b29d6b25593c350c767b998e525d954315181aa 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -670,7 +670,6 @@ WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element,
|
| m_touchEventRequestType(TouchEventRequestTypeNone),
|
| m_wantsWheelEvents(false),
|
| m_isDisposed(false) {
|
| - ThreadState::current()->registerPreFinalizer(this);
|
| }
|
|
|
| WebPluginContainerImpl::~WebPluginContainerImpl() {
|
|
|