Chromium Code Reviews| Index: Source/core/dom/Element.cpp |
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
| index 957777497c6c19d4bd10710848d78aaed4a75573..e1c3099cf55947c5e21e9c58811291f3fe6c68f3 100644 |
| --- a/Source/core/dom/Element.cpp |
| +++ b/Source/core/dom/Element.cpp |
| @@ -1636,11 +1636,6 @@ ShadowRoot* Element::ensureUserAgentShadowRoot() |
| return shadowRoot; |
| } |
| -bool Element::supportsShadowElementForUserAgentShadow() const |
| -{ |
| - return true; |
| -} |
| - |
| bool Element::childTypeAllowed(NodeType type) const |
| { |
| switch (type) { |