Index: Source/core/dom/Iterable.h |
diff --git a/Source/core/dom/Iterable.h b/Source/core/dom/Iterable.h |
index da8756513621b7cc75281ba76a1596e1074f3069..c1ba4d8e5832ed2fa0631708c206a47e530a7f25 100644 |
--- a/Source/core/dom/Iterable.h |
+++ b/Source/core/dom/Iterable.h |
@@ -14,8 +14,6 @@ namespace blink { |
template <typename KeyType, typename ValueType> |
class Iterable { |
public: |
- virtual ~Iterable() { } |
- |
Iterator* keys(ScriptState* scriptState, ExceptionState& exceptionState) |
{ |
IterationSource* source = this->startIteration(scriptState, exceptionState); |