Index: Source/modules/indexeddb/IDBKeyRange.h |
diff --git a/Source/modules/indexeddb/IDBKeyRange.h b/Source/modules/indexeddb/IDBKeyRange.h |
index 1dda526c824b3e4f3bfada0a350c320f0061686c..5d0f77ddca79e5cd252ab2b23cd20b07c451cae2 100644 |
--- a/Source/modules/indexeddb/IDBKeyRange.h |
+++ b/Source/modules/indexeddb/IDBKeyRange.h |
@@ -36,7 +36,7 @@ class ExecutionContext; |
class ScriptState; |
class ScriptValue; |
-class IDBKeyRange FINAL : public GarbageCollected<IDBKeyRange>, public ScriptWrappable { |
+class IDBKeyRange final : public GarbageCollected<IDBKeyRange>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
enum LowerBoundType { |