| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| index c765b3a1a9a0d5b76e001000e70a40c43b23fa81..f920f7a0ff5debd3e5d2ea1903009dc9d203f348 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -203,7 +203,7 @@ private:
|
| TouchEventRequestType m_touchEventRequestType;
|
| bool m_wantsWheelEvents;
|
|
|
| - bool m_inDispose;
|
| + bool m_isDisposed;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(WebPluginContainerImpl, Widget, widget, widget->isPluginContainer(), widget.isPluginContainer());
|
|
|