| Index: Source/core/dom/EventPathWalker.cpp
|
| diff --git a/Source/core/dom/EventPathWalker.cpp b/Source/core/dom/EventPathWalker.cpp
|
| index 46cfd0cd82ff60a414de06a4b13d94aba6a39980..f7741554cb0e0f88f4676df1d9e3e3ed26e8a784 100644
|
| --- a/Source/core/dom/EventPathWalker.cpp
|
| +++ b/Source/core/dom/EventPathWalker.cpp
|
| @@ -25,11 +25,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "EventPathWalker.h"
|
| +#include "core/dom/EventPathWalker.h"
|
|
|
| #include "ContentDistributor.h"
|
| #include "InsertionPoint.h"
|
| -#include "ShadowRoot.h"
|
| +#include "core/dom/ShadowRoot.h"
|
|
|
| namespace WebCore {
|
|
|
|
|