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

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

Issue 85263002: Improve handling of dictionary conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have conversion methods take a context argument; elaborate error msgs further. Created 7 years, 1 month 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/FocusEvent.idl
diff --git a/Source/core/events/FocusEvent.idl b/Source/core/events/FocusEvent.idl
index 659e5769f59bc46aeb9644a42968681a8386d966..d88560850c1b501cd93bef79b7ca5c2c9e8d8f24 100644
--- a/Source/core/events/FocusEvent.idl
+++ b/Source/core/events/FocusEvent.idl
@@ -26,5 +26,5 @@
[
ConstructorTemplate=Event
] interface FocusEvent : UIEvent {
- [InitializedByEventConstructor] readonly attribute EventTarget relatedTarget;
+ [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
};

Powered by Google App Engine
This is Rietveld 408576698