| Index: Source/core/core.gypi
 | 
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
 | 
| index c93121d9b923f9cd551d84df13b0554622362f2a..bad714e943d894272e2bf94e6adbfc2e51865500 100644
 | 
| --- a/Source/core/core.gypi
 | 
| +++ b/Source/core/core.gypi
 | 
| @@ -65,6 +65,7 @@
 | 
|              'dom/DocumentType.idl',
 | 
|              'dom/Element.idl',
 | 
|              'dom/Entity.idl',
 | 
| +            'dom/GlobalEventHandlers.idl',
 | 
|              'dom/MessageChannel.idl',
 | 
|              'dom/MessagePort.idl',
 | 
|              'dom/MutationObserver.idl',
 | 
| @@ -1854,6 +1855,7 @@
 | 
|              'dom/ExecutionContextTask.h',
 | 
|              'dom/FullscreenElementStack.cpp',
 | 
|              'dom/FullscreenElementStack.h',
 | 
| +            'dom/GlobalEventHandlers.h',
 | 
|              'dom/IconURL.cpp',
 | 
|              'dom/IconURL.h',
 | 
|              'dom/IdTargetObserver.cpp',
 | 
| 
 |