| Index: Source/bindings/core/v8/V8ScriptRunner.cpp
|
| diff --git a/Source/bindings/core/v8/V8ScriptRunner.cpp b/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| index c86f31509c81409fda763b8bee11784fc8794448..93dc44ed621606ad6108d18c02c01ada95bf43c2 100644
|
| --- a/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| +++ b/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "bindings/core/v8/V8RecursionScope.h"
|
| #include "bindings/core/v8/V8ThrowException.h"
|
| #include "core/dom/ExecutionContext.h"
|
| +#include "core/dom/ScriptResource.h"
|
| #include "core/fetch/CachedMetadata.h"
|
| -#include "core/fetch/ScriptResource.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "platform/ScriptForbiddenScope.h"
|
| #include "platform/TraceEvent.h"
|
|
|