| 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 03583eda3b36d35f71497a02778a6aaf8280ea5a..2a8f326a07fc27b3cfc67c01ae361c94db2cbeb1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2848,7 +2848,7 @@ String Element::outerHTML() const {
|
|
|
| void Element::setInnerHTML(const String& html, ExceptionState& exceptionState) {
|
| InspectorInstrumentation::NativeBreakpoint nativeBreakpoint(
|
| - &document(), "setInnerHTML", true);
|
| + &document(), "Element.setInnerHTML", true);
|
| if (DocumentFragment* fragment = createFragmentForInnerOuterHTML(
|
| html, this, AllowScriptingContent, "innerHTML", exceptionState)) {
|
| ContainerNode* container = this;
|
|
|