Index: Source/core/dom/DOMStringList.h |
diff --git a/Source/core/dom/DOMStringList.h b/Source/core/dom/DOMStringList.h |
index 04398f3b7d8eaadec3967381c9ef86d534007e19..ff35728da3057f60a85d1b13c01a5b756e69da99 100644 |
--- a/Source/core/dom/DOMStringList.h |
+++ b/Source/core/dom/DOMStringList.h |
@@ -37,7 +37,7 @@ namespace blink { |
// FIXME: Some consumers of this class may benefit from lazily fetching items rather |
// than creating the list statically as is currently the only option. |
-class DOMStringList FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMStringList>, public ScriptWrappable { |
+class DOMStringList final : public RefCountedWillBeGarbageCollectedFinalized<DOMStringList>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<DOMStringList> create() |