| Index: Source/core/html/HTMLFrameElementBase.h
|
| diff --git a/Source/core/html/HTMLFrameElementBase.h b/Source/core/html/HTMLFrameElementBase.h
|
| index 5c2f8d84b8a1068fbba6de811d8397743bd92d91..6700cba9182c4302466df15aed0cadb235bee6f7 100644
|
| --- a/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/Source/core/html/HTMLFrameElementBase.h
|
| @@ -78,11 +78,6 @@ private:
|
| int m_marginHeight;
|
| };
|
|
|
| -inline bool isHTMLFrameElementBase(const Element& element)
|
| -{
|
| - return isHTMLFrameElement(element) || isHTMLIFrameElement(element);
|
| -}
|
| -
|
| inline bool isHTMLFrameElementBase(const HTMLElement& element)
|
| {
|
| return isHTMLFrameElement(element) || isHTMLIFrameElement(element);
|
|
|