| Index: third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js b/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js
|
| index 3f3586c50425ccf6b472dba366768ea26d43662a..8885d5b49d41702e3652dbbbe95bc97dfb796683 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js
|
| @@ -275,7 +275,7 @@ WebInspector.DOMNode.prototype = {
|
| */
|
| isInsertionPoint: function()
|
| {
|
| - return !this.isXMLNode() && (this._nodeName === "SHADOW" || this._nodeName === "CONTENT");
|
| + return !this.isXMLNode() && (this._nodeName === "SHADOW" || this._nodeName === "CONTENT" || this._nodeName === "SLOT");
|
| },
|
|
|
| /**
|
|
|