| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 1c12ed9653b87529276ea540e331ea727584e2d4..e995fbad628537e20830adf8d3195ba274bda374 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -141,6 +141,7 @@
|
| 'frame/WebKitPoint.idl',
|
| 'frame/Window.idl',
|
| 'frame/WindowBase64.idl',
|
| + 'frame/WindowEventHandlers.idl',
|
| 'frame/WindowTimers.idl',
|
| 'html/FormData.idl',
|
| 'html/HTMLAllCollection.idl',
|
| @@ -1217,6 +1218,7 @@
|
| 'frame/DOMWindow.h',
|
| 'frame/DOMWindowBase64.cpp',
|
| 'frame/DOMWindowBase64.h',
|
| + 'frame/DOMWindowEventHandlers.h',
|
| 'frame/DOMWindowLifecycleNotifier.cpp',
|
| 'frame/DOMWindowLifecycleNotifier.h',
|
| 'frame/DOMWindowLifecycleObserver.cpp',
|
|
|