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

Unified Diff: Source/core/events/Event.idl

Issue 849783002: Event.path should include Window (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test expected update for http/tests/dom/crash-on-querying-event-path.html Created 5 years, 11 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: Source/core/events/Event.idl
diff --git a/Source/core/events/Event.idl b/Source/core/events/Event.idl
index 4e0f595fe8e0d1f7faf1962649e058685f83d388..4c7565270ddc29a52ae425179b3cd7026698a02d 100644
--- a/Source/core/events/Event.idl
+++ b/Source/core/events/Event.idl
@@ -70,5 +70,5 @@
[MeasureAs=EventSrcElement] readonly attribute EventTarget srcElement;
[CallWith=ExecutionContext, ImplementedAs=legacyReturnValue, MeasureAs=EventReturnValue] attribute boolean returnValue;
[MeasureAs=EventCancelBubble] attribute boolean cancelBubble;
- [MeasureAs=EventPath] readonly attribute NodeList path;
+ [MeasureAs=EventPath] readonly attribute EventTarget[] path;
};

Powered by Google App Engine
This is Rietveld 408576698