| Index: chrome/common/extensions/api/feedback_private.idl
|
| diff --git a/chrome/common/extensions/api/feedback_private.idl b/chrome/common/extensions/api/feedback_private.idl
|
| index 42ac6e7b6386c931e60a3d10d1f6cbecac88a08b..70dce18cdbd8bd2eb8aff0161d737a1d60353f28 100644
|
| --- a/chrome/common/extensions/api/feedback_private.idl
|
| +++ b/chrome/common/extensions/api/feedback_private.idl
|
| @@ -8,7 +8,7 @@ namespace feedbackPrivate {
|
|
|
| dictionary AttachedFile {
|
| DOMString name;
|
| - [instanceOf=Blob] object data;
|
| + [instanceOf=Blob] object? data;
|
| };
|
|
|
| dictionary SystemInformation {
|
|
|