Index: Source/core/dom/EventContext.h |
diff --git a/Source/core/dom/EventContext.h b/Source/core/dom/EventContext.h |
index 2aa16cbddc93fb056898af9b5c115dc0ef99e344..0a21f59e218372375bce3091487ed5f4b26bf740 100644 |
--- a/Source/core/dom/EventContext.h |
+++ b/Source/core/dom/EventContext.h |
@@ -27,9 +27,9 @@ |
#ifndef EventContext_h |
#define EventContext_h |
-#include "EventTarget.h" |
-#include "Node.h" |
-#include "TreeScope.h" |
+#include "core/dom/EventTarget.h" |
+#include "core/dom/Node.h" |
+#include "core/dom/TreeScope.h" |
#include <wtf/RefPtr.h> |
namespace WebCore { |