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

Unified Diff: core/events/FocusEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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
« no previous file with comments | « core/events/EventTarget.idl ('k') | core/events/FocusEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/FocusEvent.idl
diff --git a/core/events/FocusEvent.idl b/core/events/FocusEvent.idl
index 0a189d3f05e10f2c86c12b84ad6f5714dc117c90..2f95287bc0eaa4d4f39847fefbc9a277e54d626d 100644
--- a/core/events/FocusEvent.idl
+++ b/core/events/FocusEvent.idl
@@ -23,8 +23,10 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://w3c.github.io/uievents/#interface-FocusEvent
+
[
- EventConstructor,
+ Constructor(DOMString type, optional FocusEventInit eventInitDict),
] interface FocusEvent : UIEvent {
- [InitializedByEventConstructor] readonly attribute EventTarget? relatedTarget;
+ readonly attribute EventTarget? relatedTarget;
};
« no previous file with comments | « core/events/EventTarget.idl ('k') | core/events/FocusEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698