| Index: Source/platform/PlatformInstrumentation.h
|
| diff --git a/Source/platform/PlatformInstrumentation.h b/Source/platform/PlatformInstrumentation.h
|
| index 4fe5087c4cc49d4f714ef1c5512d5e960b01d358..2397dfe4e6272e39145ad2a874456ba72402f204 100644
|
| --- a/Source/platform/PlatformInstrumentation.h
|
| +++ b/Source/platform/PlatformInstrumentation.h
|
| @@ -89,7 +89,7 @@ private:
|
|
|
| inline void PlatformInstrumentation::willDecodeImage(const String& imageType)
|
| {
|
| - TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument, TRACE_STR_COPY(imageType.ascii().data()));
|
| + TRACE_EVENT_BEGIN1(CategoryName, ImageDecodeEvent, ImageTypeArgument, imageType.ascii());
|
| FAST_RETURN_IF_NO_CLIENT_OR_NOT_MAIN_THREAD();
|
| m_client->willDecodeImage(imageType);
|
| }
|
|
|