Chromium Code Reviews| 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; |
|
dgozman
2016/05/30 18:21:09
Please revet this line. It removes deepPath for ol
hayato
2016/05/31 02:18:04
Okay. Done.
|
| } |
| function windowLoaded() |