| Index: third_party/WebKit/Source/core/events/ClipboardEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/ClipboardEvent.idl b/third_party/WebKit/Source/core/events/ClipboardEvent.idl
|
| index 61a744c7917c7c3f908b4963ddca1291a35130e5..108a45158ed0baa1dbaa636138340b9f0c10748d 100644
|
| --- a/third_party/WebKit/Source/core/events/ClipboardEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/ClipboardEvent.idl
|
| @@ -7,5 +7,5 @@
|
| // TODO(foolip): There should be a constructor which takes a ClipboardEventInit
|
| // dictionary. crbug.com/496394
|
| interface ClipboardEvent : Event {
|
| - readonly attribute DataTransfer clipboardData;
|
| + readonly attribute DataTransfer? clipboardData;
|
| };
|
|
|