| Index: Source/core/html/HTMLSourceElement.cpp
|
| diff --git a/Source/core/html/HTMLSourceElement.cpp b/Source/core/html/HTMLSourceElement.cpp
|
| index 733ac9987705d55365df10cce55fa26f0d54030a..ec0333785e7b60c4eea0cfa6f936affbfd654c54 100644
|
| --- a/Source/core/html/HTMLSourceElement.cpp
|
| +++ b/Source/core/html/HTMLSourceElement.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "core/html/HTMLSourceElement.h"
|
|
|
| #include "HTMLNames.h"
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventNames.h"
|
| #include "core/html/HTMLMediaElement.h"
|
| #include "core/platform/Logging.h"
|
|
|
|
|