| Index: third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h | 
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h | 
| index ae0507463d4d40d741310751600ee1074c86ba45..d6fb2917fac1e3bbc97116ab0fccb63d66161e4d 100644 | 
| --- a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h | 
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h | 
| @@ -31,6 +31,7 @@ | 
| #include "platform/audio/AudioBus.h" | 
| #include "platform/audio/AudioIOCallback.h" | 
| #include "platform/audio/AudioSourceProvider.h" | 
| +#include "core/workers/WorkerThread.h" | 
|  | 
| namespace blink { | 
|  | 
|  |