| Index: Source/core/workers/Worker.cpp
 | 
| diff --git a/Source/core/workers/Worker.cpp b/Source/core/workers/Worker.cpp
 | 
| index 1431a2985f031f8c6f9777afec63fb778bf3e66a..8a0b761bb77f65f74414055da6a0e0f258d39014 100644
 | 
| --- a/Source/core/workers/Worker.cpp
 | 
| +++ b/Source/core/workers/Worker.cpp
 | 
| @@ -30,6 +30,7 @@
 | 
|  
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
|  #include "core/dom/Document.h"
 | 
| +#include "core/dom/ExceptionCode.h"
 | 
|  #include "core/events/MessageEvent.h"
 | 
|  #include "core/fetch/ResourceFetcher.h"
 | 
|  #include "core/inspector/InspectorInstrumentation.h"
 | 
| 
 |