Index: Source/core/html/HTMLDetailsElement.h |
diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h |
index 993ebcbb76b0f46f258909b3713bcb181a6eeb48..a1158f2d287d2ff7e7872db7a76a298829e591d1 100644 |
--- a/Source/core/html/HTMLDetailsElement.h |
+++ b/Source/core/html/HTMLDetailsElement.h |
@@ -38,7 +38,6 @@ private: |
virtual RenderObject* createRenderer(RenderStyle*); |
virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual bool supportsShadowElementForUserAgentShadow() const OVERRIDE { return false; } |
virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE; |
bool m_isOpen; |