diff options
Diffstat (limited to 'dom/storage/DOMStorageDBUpdater.cpp')
-rw-r--r-- | dom/storage/DOMStorageDBUpdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/storage/DOMStorageDBUpdater.cpp b/dom/storage/DOMStorageDBUpdater.cpp index f7aa0310f8..696d5da7e8 100644 --- a/dom/storage/DOMStorageDBUpdater.cpp +++ b/dom/storage/DOMStorageDBUpdater.cpp @@ -385,7 +385,7 @@ nsresult Update(mozIStorageConnection *aWorkerConnection) rv = aWorkerConnection->SetSchemaVersion(1); NS_ENSURE_SUCCESS(rv, rv); - MOZ_FALLTHROUGH; + [[fallthrough]]; } case CURRENT_SCHEMA_VERSION: // Ensure the tables and indexes are up. This is mostly a no-op |