| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 780d824d381f1d5eb6c75321b7056bebdced5025..4c66764984d828e9529f7f5d83b31b3cdd91e620 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -29,6 +29,7 @@
|
|
|
| #include <memory>
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| +#include "bindings/core/v8/Nullable.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/CoreExport.h"
|
|
|