Index: third_party/WebKit/Source/core/events/FocusEvent.idl |
diff --git a/third_party/WebKit/Source/core/events/FocusEvent.idl b/third_party/WebKit/Source/core/events/FocusEvent.idl |
index 2f95287bc0eaa4d4f39847fefbc9a277e54d626d..1af0ff041a09f9296893bc1767dea652ec29f948 100644 |
--- a/third_party/WebKit/Source/core/events/FocusEvent.idl |
+++ b/third_party/WebKit/Source/core/events/FocusEvent.idl |
@@ -28,5 +28,5 @@ |
[ |
Constructor(DOMString type, optional FocusEventInit eventInitDict), |
] interface FocusEvent : UIEvent { |
- readonly attribute EventTarget? relatedTarget; |
+ [Measure] readonly attribute EventTarget? relatedTarget; |
}; |