| Index: third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| index 7522e62dfb6439f2817745d55423a018803cbdf0..74b12e134231e58974d1ac51336a525f99f3ead0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp
|
| @@ -225,7 +225,6 @@ void InspectorLogAgent::ReportGenericViolation(PerformanceMonitor::Violation,
|
| const String& text,
|
| double time,
|
| SourceLocation* location) {
|
| - location->TakeStackTrace();
|
| ConsoleMessage* message = ConsoleMessage::Create(
|
| kViolationMessageSource, kVerboseMessageLevel, text, location->Clone());
|
| ConsoleMessageAdded(message);
|
|
|