Index: Source/core/dom/DOMTokenList.h |
diff --git a/Source/core/html/DOMTokenList.h b/Source/core/dom/DOMTokenList.h |
similarity index 98% |
rename from Source/core/html/DOMTokenList.h |
rename to Source/core/dom/DOMTokenList.h |
index a476803b4f2d4249ba7b907c6b6ddc27fc5c8f0f..d758214d09a94386619bc627fddf7387ee138010 100644 |
--- a/Source/core/html/DOMTokenList.h |
+++ b/Source/core/dom/DOMTokenList.h |
@@ -41,7 +41,7 @@ public: |
{ |
ScriptWrappable::init(this); |
} |
- virtual ~DOMTokenList() {}; |
+ virtual ~DOMTokenList() { }; |
virtual void ref() = 0; |
virtual void deref() = 0; |