| Index: Source/bindings/v8/V8ScriptRunner.cpp
|
| diff --git a/Source/bindings/v8/V8ScriptRunner.cpp b/Source/bindings/v8/V8ScriptRunner.cpp
|
| index 099d358698a837685696675c625ef85fbbd53aaf..3dcdd00ad1b855b59ae1ed245e2a3804cab6490e 100644
|
| --- a/Source/bindings/v8/V8ScriptRunner.cpp
|
| +++ b/Source/bindings/v8/V8ScriptRunner.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/fetch/CachedMetadata.h"
|
| #include "core/fetch/ScriptResource.h"
|
| -#include "platform/TraceEvent.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|