| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index e9275cd70b31c69fa9b4d69fb38bceb80fa7a742..bc8e96323f5618993566e9d43336f70ad8dfaf00 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -602,7 +602,7 @@ bool WebPluginContainerImpl::wantsWheelEvents()
|
| void WebPluginContainerImpl::willDestroyPluginLoadObserver(WebPluginLoadObserver* observer)
|
| {
|
| size_t pos = m_pluginLoadObservers.find(observer);
|
| - if (pos == notFound)
|
| + if (pos == kNotFound)
|
| return;
|
| m_pluginLoadObservers.remove(pos);
|
| }
|
|
|