Chromium Code Reviews| Index: Source/core/dom/PendingScript.cpp |
| diff --git a/Source/core/dom/PendingScript.cpp b/Source/core/dom/PendingScript.cpp |
| index c602a112663f39e7233295903ecbabbbda67fa99..da54f80905b09e944c0415f976988a26839ce8e7 100644 |
| --- a/Source/core/dom/PendingScript.cpp |
| +++ b/Source/core/dom/PendingScript.cpp |
| @@ -26,8 +26,8 @@ |
| #include "config.h" |
| #include "PendingScript.h" |
| -#include "CachedScript.h" |
| #include "Element.h" |
| +#include "core/loader/cache/CachedScript.h" |
| namespace WebCore { |