| 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 eaff5bd008f455b194b73e719076d52d2009d9e8..0a340c7534011c3ee7783f6e047b958e733e26cd 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -198,7 +198,11 @@ private:
|
|
|
| RawPtrWillBeMember<HTMLPlugInElement> m_element;
|
| WebPlugin* m_webPlugin;
|
| +#if ENABLE(OILPAN)
|
| + HeapLinkedHashSet<WeakMember<WebPluginLoadObserver>> m_pluginLoadObservers;
|
| +#else
|
| Vector<WebPluginLoadObserver*> m_pluginLoadObservers;
|
| +#endif
|
|
|
| WebLayer* m_webLayer;
|
|
|
|
|