| Index: Source/core/dom/PendingScript.cpp
|
| diff --git a/Source/core/dom/PendingScript.cpp b/Source/core/dom/PendingScript.cpp
|
| index da54f80905b09e944c0415f976988a26839ce8e7..e344593448d540e1066273b1d8cdbb69ae70f35b 100644
|
| --- a/Source/core/dom/PendingScript.cpp
|
| +++ b/Source/core/dom/PendingScript.cpp
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "PendingScript.h"
|
| +#include "core/dom/PendingScript.h"
|
|
|
| -#include "Element.h"
|
| +#include "core/dom/Element.h"
|
| #include "core/loader/cache/CachedScript.h"
|
|
|
| namespace WebCore {
|
|
|