| Index: Source/bindings/v8/V8ScriptRunner.cpp
|
| diff --git a/Source/bindings/v8/V8ScriptRunner.cpp b/Source/bindings/v8/V8ScriptRunner.cpp
|
| index 75fc358c44c58a85c909ce86aaac17b5cd9a4447..4f0cfee4ba51e7e9c45cbc18dfa672ab8de788b6 100644
|
| --- a/Source/bindings/v8/V8ScriptRunner.cpp
|
| +++ b/Source/bindings/v8/V8ScriptRunner.cpp
|
| @@ -51,7 +51,7 @@ v8::Local<v8::Script> V8ScriptRunner::compileScript(v8::Handle<v8::String> code,
|
| // Very small scripts are not worth the effort to store cached data.
|
| static const int minLengthForCachedData = 1024;
|
|
|
| - TRACE_EVENT1("v8", "v8.compile", "fileName", TRACE_STR_COPY(fileName.utf8().data()));
|
| + TRACE_EVENT1("v8", "v8.compile", "fileName", fileName.utf8());
|
| TRACE_EVENT_SCOPED_SAMPLING_STATE("V8", "V8Compile");
|
|
|
| // NOTE: For compatibility with WebCore, ScriptSourceCode's line starts at
|
|
|