Index: third_party/WebKit/Source/core/fileapi/Blob.idl |
diff --git a/third_party/WebKit/Source/core/fileapi/Blob.idl b/third_party/WebKit/Source/core/fileapi/Blob.idl |
index 4abe9ed0ebb6662aa29a30c099dcd05e3c942ab9..e242cd7e47f340958588385408a57b9cff094e79 100644 |
--- a/third_party/WebKit/Source/core/fileapi/Blob.idl |
+++ b/third_party/WebKit/Source/core/fileapi/Blob.idl |
@@ -31,7 +31,6 @@ |
// https://w3c.github.io/FileAPI/#blob |
[ |
- GarbageCollected, |
Constructor, |
Constructor(sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options), |
RaisesException=Constructor, |