| 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 373673f62cdebcadda5dd9d6ba717070e8bdfd3b..962071725337eb9983acc676fd93a65740aae3a5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2844,8 +2844,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;
|
|
|