| Index: Source/platform/audio/HRTFDatabaseLoader.h
|
| diff --git a/Source/platform/audio/HRTFDatabaseLoader.h b/Source/platform/audio/HRTFDatabaseLoader.h
|
| index 7d502f05ba7bb498719cf62cb40ca4f7ee76d813..73dac33ba43636627fe6ceae96aeee30b534abda 100644
|
| --- a/Source/platform/audio/HRTFDatabaseLoader.h
|
| +++ b/Source/platform/audio/HRTFDatabaseLoader.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
|
|
| // HRTFDatabaseLoader will asynchronously load the default HRTFDatabase in a new thread.
|
|
|
| -class PLATFORM_EXPORT HRTFDatabaseLoader FINAL : public GarbageCollectedFinalized<HRTFDatabaseLoader> {
|
| +class PLATFORM_EXPORT HRTFDatabaseLoader final : public GarbageCollectedFinalized<HRTFDatabaseLoader> {
|
| public:
|
| // Lazily creates a HRTFDatabaseLoader (if not already created) for the given sample-rate
|
| // and starts loading asynchronously (when created the first time).
|
|
|