| Index: third_party/WebKit/Source/core/dom/IdleRequestOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl b/third_party/WebKit/Source/core/dom/IdleRequestOptions.idl
|
| similarity index 72%
|
| copy from third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl
|
| copy to third_party/WebKit/Source/core/dom/IdleRequestOptions.idl
|
| index 5ffbe064200acf38d4ef7234795b837dc9848273..cd89101f7613a897d019a4c4fb288ed9d9044299 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/BlobEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/dom/IdleRequestOptions.idl
|
| @@ -2,6 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -dictionary BlobEventInit : EventInit {
|
| - Blob? blob = null;
|
| +dictionary IdleRequestOptions {
|
| + unsigned long timeout = 0;
|
| };
|
|
|