| Index: Source/WebCore/inspector/front-end/utilities.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/utilities.js (revision 88781)
|
| +++ Source/WebCore/inspector/front-end/utilities.js (working copy)
|
| @@ -228,9 +228,7 @@
|
| return this.parentNode.enclosingNodeOrSelfWithClass(className);
|
| }
|
|
|
| -Node.SHADOW_ROOT_NODE = 14;
|
| -
|
| -Element.prototype.query = function(query)
|
| +Element.prototype.query = function(query)
|
| {
|
| return this.ownerDocument.evaluate(query, this, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
|
| }
|
|
|