Index: third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp |
diff --git a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp |
index 4227aa2c8f14ee5830027a5f8301e587b845b96d..43b2518f34f4bb3ebcbb8840e27f3616d2765e96 100644 |
--- a/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp |
+++ b/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp |
@@ -45,8 +45,6 @@ ElementShadow::ElementShadow() |
m_shadowRoot(this, nullptr), |
m_needsDistributionRecalc(false) {} |
-ElementShadow::~ElementShadow() {} |
- |
ShadowRoot& ElementShadow::youngestShadowRoot() const { |
ShadowRoot* current = m_shadowRoot; |
DCHECK(current); |