| 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 63bc72f24770afca32cf8aa95b0e0cbf015ce8b4..13e3904035cc2d223ae26d1bae963ca55c660f7d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/devtools.js
|
| @@ -1033,7 +1033,7 @@ function installBackwardsCompatibility()
|
| window.document.head.appendChild(styleElement);
|
|
|
| // Support for legacy (<M49) frontends.
|
| - Event.prototype.deepPath = undefined;
|
| + Event.prototype.composedPath = undefined;
|
| }
|
|
|
| function windowLoaded()
|
|
|