| Index: Source/core/scripts/make_event_factory.py
|
| diff --git a/Source/core/scripts/make_event_factory.py b/Source/core/scripts/make_event_factory.py
|
| index c5a5f0b1e089c85a3274d9afe5d7e69612891dba..b22c82040632e6c0404fcc31adb03a47bbd891c2 100644
|
| --- a/Source/core/scripts/make_event_factory.py
|
| +++ b/Source/core/scripts/make_event_factory.py
|
| @@ -38,9 +38,9 @@ import license
|
|
|
| IMPLEMENTATION_TEMPLATE = """%(license)s
|
| #include "config.h"
|
| -#include "%(namespace)sFactory.h"
|
| +#include "././%(namespace)sFactory.h"
|
|
|
| -#include "%(namespace)sHeaders.h"
|
| +#include "././%(namespace)sHeaders.h"
|
| #include "RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|