| Index: third_party/WebKit/Source/devtools/front_end/devtools.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/devtools.js b/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| index 05c2b25a3800a9cd76bba88af007f8f8a9264b7d..c118c88699019eb52146a2601c4e292e1e9454cb 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| @@ -908,6 +908,9 @@ function installBackwardsCompatibility()
|
| styleElement.type = "text/css";
|
| styleElement.textContent = "html /deep/ * { min-width: 0; min-height: 0; }";
|
| window.document.head.appendChild(styleElement);
|
| +
|
| + // Support for legacy (<M49) frontends. Remove in M52.
|
| + Event.prototype.deepPath = undefined;
|
| }
|
|
|
| function windowLoaded()
|
|
|