Index: Source/core/html/MediaController.cpp |
diff --git a/Source/core/html/MediaController.cpp b/Source/core/html/MediaController.cpp |
index c34cc3765ad6ff248ced5642b44302cbbba082c6..2cf4b0a986388a90813ddab69dd5a6bfbd4f446d 100644 |
--- a/Source/core/html/MediaController.cpp |
+++ b/Source/core/html/MediaController.cpp |
@@ -30,6 +30,7 @@ |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/dom/ExceptionCode.h" |
+#include "core/dom/ExecutionContext.h" |
#include "core/events/Event.h" |
#include "core/events/GenericEventQueue.h" |
#include "core/html/HTMLMediaElement.h" |