Skip to content
  • andersca@apple.com's avatar
    Change all uses of FINAL to final now that all our compilers support it · 16d2dd43
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=127142
    
    Reviewed by Benjamin Poulain.
    
    Source/JavaScriptCore:
    
    * inspector/JSGlobalObjectInspectorController.h:
    * inspector/agents/InspectorAgent.h:
    * inspector/remote/RemoteInspector.h:
    * inspector/remote/RemoteInspectorDebuggableConnection.h:
    * inspector/scripts/CodeGeneratorInspector.py:
    (Generator.go):
    * runtime/JSGlobalObjectDebuggable.h:
    * runtime/JSPromiseReaction.cpp:
    
    Source/WebCore:
    
    * Modules/encryptedmedia/MediaKeySession.h:
    * Modules/indexeddb/IDBCursorBackendOperations.h:
    * Modules/indexeddb/IDBDatabase.h:
    * Modules/indexeddb/IDBDatabaseCallbacksImpl.h:
    * Modules/indexeddb/IDBRequest.h:
    * Modules/indexeddb/IDBTransaction.h:
    * Modules/indexeddb/IDBTransactionBackendOperations.h:
    * Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp:
    * Modules/indexeddb/leveldb/IDBFactoryBackendLevelDB.h:
    * Modules/indexeddb/leveldb/IDBServerConnectionLevelDB.h:
    * Modules/mediasource/MediaSource.h:
    *...
    16d2dd43