Index: webkit/tools/test_shell/test_shell_win.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell_win.cc (revision 84291) |
+++ webkit/tools/test_shell/test_shell_win.cc (working copy) |
@@ -479,7 +479,7 @@ |
if (!url.is_valid()) |
return; |
- TRACE_EVENT_BEGIN_ETW("url.load", this, url.spec()); |
+ TRACE_EVENT_BEGIN("url.load", this, url.spec()); |
if (IsSVGTestURL(url)) { |
SizeToSVG(); |