Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index d66f329309ee755f9503ccf897fb3f085f544e2d..09ff972e265e1d83ee4ea8197d21a1c8b22cf893 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -79,6 +79,7 @@ public: |
TextDirection directionalityIfhasDirAutoAttribute(bool& isAuto) const; |
virtual bool isHTMLUnknownElement() const { return false; } |
+ virtual bool isPluginElement() const { return false; } |
virtual bool isLabelable() const { return false; } |
// http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#interactive-content |