| Index: Source/core/html/HTMLMarqueeElement.h
|
| diff --git a/Source/core/html/HTMLMarqueeElement.h b/Source/core/html/HTMLMarqueeElement.h
|
| index a4fb27274cdf386437c095de38eaddcf895ec1c3..5f88e34c0547b41da3b69d1e2d9aff2fbcab6537 100644
|
| --- a/Source/core/html/HTMLMarqueeElement.h
|
| +++ b/Source/core/html/HTMLMarqueeElement.h
|
| @@ -23,8 +23,8 @@
|
| #ifndef HTMLMarqueeElement_h
|
| #define HTMLMarqueeElement_h
|
|
|
| -#include "ActiveDOMObject.h"
|
| #include "HTMLElement.h"
|
| +#include "core/dom/ActiveDOMObject.h"
|
|
|
| namespace WebCore {
|
|
|
|
|