| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 58de534754dd9b8b3741f0c6bb31b2234003b7e2..ac763fb3f8ac29acdd134bc9a73b2911c88f4eeb 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -3236,7 +3236,7 @@ void Document::write(const SegmentedString& text,
|
| PerformanceMonitor::reportGenericViolation(
|
| this, PerformanceMonitor::kDiscouragedAPIUse,
|
| "Avoid using document.write().", 0, nullptr);
|
| - probe::breakIfNeeded(this, "Document.write");
|
| + probe::breakableLocation(this, "Document.write");
|
| m_parser->insert(text);
|
| }
|
|
|
|
|