Index: Source/core/scripts/make_event_factory.pl |
diff --git a/Source/core/scripts/make_event_factory.pl b/Source/core/scripts/make_event_factory.pl |
index bbbce09a17c628d03f5dde916f13a29d822ae70e..fe94ae54bca6a4aaf04595500cac9fdfba00f492 100644 |
--- a/Source/core/scripts/make_event_factory.pl |
+++ b/Source/core/scripts/make_event_factory.pl |
@@ -83,10 +83,10 @@ sub generateImplementation() |
print F $InCompiler->license(); |
print F "#include \"config.h\"\n"; |
- print F "#include \"${namespace}Factory.h\"\n"; |
+ print F "#include \"core/dom/${namespace}Factory.h\"\n"; |
print F "\n"; |
print F "#include \"${namespace}Headers.h\"\n"; |
- print F "#include \"RuntimeEnabledFeatures.h\"\n"; |
+ print F "#include \"core/page/RuntimeEnabledFeatures.h\"\n"; |
print F "\n"; |
print F "namespace WebCore {\n"; |
print F "\n"; |