| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index 40d5417691a4d2ccea1fd40562bc977face09f02..15d56ebf42fcb4d298b9d98db715a21db2f237a0 100644
|
| --- a/Source/core/html/HTMLPlugInElement.h
|
| +++ b/Source/core/html/HTMLPlugInElement.h
|
| @@ -142,11 +142,6 @@ private:
|
| RefPtr<Widget> m_persistedPluginWidget;
|
| };
|
|
|
| -inline bool isHTMLPlugInElement(const Element& element)
|
| -{
|
| - return element.isHTMLElement() && toHTMLElement(element).isPluginElement();
|
| -}
|
| -
|
| inline bool isHTMLPlugInElement(const HTMLElement& element)
|
| {
|
| return element.isPluginElement();
|
|
|