| Index: Source/platform/audio/HRTFDatabaseLoader.h
|
| diff --git a/Source/platform/audio/HRTFDatabaseLoader.h b/Source/platform/audio/HRTFDatabaseLoader.h
|
| index 27d001788ba2575f3819ccea81114146b29c312a..74408b2cf76efdf53acb8ca1eae4dffafdcbe8b1 100644
|
| --- a/Source/platform/audio/HRTFDatabaseLoader.h
|
| +++ b/Source/platform/audio/HRTFDatabaseLoader.h
|
| @@ -29,9 +29,9 @@
|
| #ifndef HRTFDatabaseLoader_h
|
| #define HRTFDatabaseLoader_h
|
|
|
| +#include "platform/WebThreadSupportingGC.h"
|
| #include "platform/audio/HRTFDatabase.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/WebThread.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
|
|
| @@ -77,7 +77,7 @@ private:
|
| Mutex m_lock;
|
| OwnPtr<HRTFDatabase> m_hrtfDatabase;
|
|
|
| - OwnPtr<WebThread> m_databaseLoaderThread;
|
| + OwnPtr<WebThreadSupportingGC> m_thread;
|
|
|
| float m_databaseSampleRate;
|
| };
|
|
|