Summary: | Web Inspector: Start using Node.prototype.before | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> |
Component: | Web Inspector | Assignee: | Nikita Vasilyev <nvasilyev> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=147301 |
Description
Nikita Vasilyev
2015-07-25 21:34:31 PDT
I have found only one instance that satisfier the following requirement: elemA.parentElement.insertBefore(highlightNode, elemA); \ / \------------------ same elements ------------/ https://github.com/WebKit/webkit/blob/981bae9952b1f312b89d362fd39768c075408669/Source/WebInspectorUI/UserInterface/Base/Main.js#L1990 Probably doesn't worth a patch. |