| Index: third_party/WebKit/Source/core/fileapi/File.idl
|
| diff --git a/third_party/WebKit/Source/core/fileapi/File.idl b/third_party/WebKit/Source/core/fileapi/File.idl
|
| index 666b073d82c8315f63bdbbca46fdff93aebeb7be..603250ed9fd6825aaba586d72f143c4d84827048 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/File.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/File.idl
|
| @@ -29,6 +29,7 @@
|
| // TODO(jsbell): fileName parameter has [EnsureUTF16] in the spec; use
|
| // USVString? https://github.com/w3c/FileAPI/issues/9
|
| Constructor(sequence<(Blob or DOMString or ArrayBufferView or ArrayBuffer)> fileBits, DOMString fileName, optional FilePropertyBag options),
|
| + ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| Exposed=(Window,Worker),
|
| ] interface File : Blob {
|
|
|