| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 5145d3791c96c6e049e7de8c4b4c31350c7e9a3c..a6a5c4669864bb83497591cf295a411823798af8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2899,8 +2899,7 @@ String Element::outerHTML() const {
|
| }
|
|
|
| void Element::setInnerHTML(const String& html, ExceptionState& exceptionState) {
|
| - InspectorInstrumentation::NativeBreakpoint nativeBreakpoint(
|
| - &document(), "Element.setInnerHTML", true);
|
| + InspectorInstrumentation::breakIfNeeded(&document(), "Element.setInnerHTML");
|
| if (DocumentFragment* fragment = createFragmentForInnerOuterHTML(
|
| html, this, AllowScriptingContent, "innerHTML", exceptionState)) {
|
| ContainerNode* container = this;
|
|
|