| Index: Source/core/html/HTMLLabelElement.cpp
|
| diff --git a/Source/core/html/HTMLLabelElement.cpp b/Source/core/html/HTMLLabelElement.cpp
|
| index f02c4a01df47d8240fcd82fc7ca5443376a758a0..ad59246b7873e273c17b2905042efaf9599142e8 100644
|
| --- a/Source/core/html/HTMLLabelElement.cpp
|
| +++ b/Source/core/html/HTMLLabelElement.cpp
|
| @@ -27,8 +27,8 @@
|
|
|
| #include "HTMLNames.h"
|
| #include "core/dom/ElementTraversal.h"
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/html/FormAssociatedElement.h"
|
|
|
| namespace WebCore {
|
|
|