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

Unified Diff: Source/core/events/UIEvent.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/UIEvent.idl
diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl
index bfa6da92568bf7fe1c74a4b7174ae65de3e027d6..be9de3ecee21d218a4c30fb9d42208ffc5c5117f 100644
--- a/Source/core/events/UIEvent.idl
+++ b/Source/core/events/UIEvent.idl
@@ -20,7 +20,7 @@
[
ConstructorTemplate=Event
] interface UIEvent : Event {
- [InitializedByEventConstructor] readonly attribute Window view;
+ [InitializedByEventConstructor] readonly attribute Window? view;
[InitializedByEventConstructor] readonly attribute long detail;
void initUIEvent([Default=Undefined] optional DOMString type,

Powered by Google App Engine
This is Rietveld 408576698