| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index 44fac55be2a0addf8ad03a07c5fd4529ba1f87d2..dd64e408475da0a47fa7b9d4df4984ceadeacf2d 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -25,10 +25,10 @@
|
|
|
| #include "config.h"
|
| #include <limits>
|
| -#include "CachedImage.h"
|
| #include "Document.h"
|
| #include "HTMLNames.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/PaintInfo.h"
|
| #include "core/rendering/RenderTableCell.h"
|
|
|