| 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 cd62e65908154b0f7b9b74d89fec2e3f860e652c..ec47914668f491b1075293da1519566c33783752 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -3081,6 +3081,8 @@ void Document::write(const SegmentedString& text,
|
| open(enteredDocument, ASSERT_NO_EXCEPTION);
|
|
|
| DCHECK(m_parser);
|
| + InspectorInstrumentation::NativeBreakpoint nativeBreakpoint(
|
| + this, "document.write", true);
|
| m_parser->insert(text);
|
| }
|
|
|
|
|