Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Unified Diff: Source/core/dom/Iterable.h

Issue 848953003: Drop (empty) virtual destructor from Iterable<> class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/fetch/Headers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | Source/modules/fetch/Headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698