| Index: third_party/WebKit/Source/core/frame/Location.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Location.cpp b/third_party/WebKit/Source/core/frame/Location.cpp
|
| index 23ffea3f928abc94a847abfa7895fcc0773158e1..1700c16eab18c3116385734d1fdd4bad898c9b1c 100644
|
| --- a/third_party/WebKit/Source/core/frame/Location.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Location.cpp
|
| @@ -38,7 +38,6 @@
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/loader/FrameLoader.h"
|
| -#include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
|
|
| @@ -177,7 +176,6 @@ void Location::setHash(LocalDOMWindow* currentWindow,
|
| LocalDOMWindow* enteredWindow,
|
| const String& hash,
|
| ExceptionState& exceptionState) {
|
| - TRACE_EVENT0("blink", "Location::setHash");
|
| KURL url = document()->url();
|
| String oldFragmentIdentifier = url.fragmentIdentifier();
|
| String newFragmentIdentifier = hash;
|
|
|