| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index 7e09daef0e618b3380f3281811a901912014736d..94208d24e2d81fb17b19884501902db8691fb290 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1940,7 +1940,6 @@ GranularityStrategy* FrameSelection::granularityStrategy()
|
|
|
| void FrameSelection::moveRangeSelectionExtent(const IntPoint& contentsPoint)
|
| {
|
| - TRACE_EVENT0("blink", "FrameSelection::moveRangeSelectionExtent");
|
| if (isNone())
|
| return;
|
|
|
|
|