| Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| index 195cee7fc81881d57fa628fa01c5138cc4ceff0f..429a0bce4a9a1c7c432e2ce95b4f6a2681267d84 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -24,12 +24,12 @@
|
| #ifndef HTMLImageElement_h
|
| #define HTMLImageElement_h
|
|
|
| -#include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/html/FormAssociated.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/HTMLImageLoader.h"
|
| #include "core/html/canvas/ImageElementBase.h"
|
| +#include "platform/bindings/ActiveScriptWrappable.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/loader/fetch/FetchParameters.h"
|
| #include "platform/loader/fetch/ResourceResponse.h"
|
|
|