| Index: Source/core/html/HTMLTrackElement.cpp
|
| diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp
|
| index 55967ec8b1fe6ceeed192314b456f5bb3c195202..c15a9709667feb1e438198e1498dcc2ae479974f 100644
|
| --- a/Source/core/html/HTMLTrackElement.cpp
|
| +++ b/Source/core/html/HTMLTrackElement.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "HTMLNames.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| #include "core/events/Event.h"
|
| +#include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/html/HTMLMediaElement.h"
|
| -#include "core/frame/ContentSecurityPolicy.h"
|
| #include "platform/Logging.h"
|
|
|
| using namespace std;
|
|
|