Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: third_party/WebKit/Source/devtools/front_end/devtools.js

Issue 2014173002: Rename Event.deepPath() to Event.composedPath() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698