Chromium Code Reviews| Index: Source/core/fileapi/Blob.cpp |
| diff --git a/Source/core/fileapi/Blob.cpp b/Source/core/fileapi/Blob.cpp |
| index 0363fa818ec3a6f4c9ce0572d093c1d6948b4109..c249aed38be1773d29568a73c802eb22714dd556 100644 |
| --- a/Source/core/fileapi/Blob.cpp |
| +++ b/Source/core/fileapi/Blob.cpp |
| @@ -75,7 +75,6 @@ Blob::Blob(PassRefPtr<BlobDataHandle> dataHandle) |
| : m_blobDataHandle(dataHandle) |
| , m_hasBeenClosed(false) |
| { |
| - ScriptWrappable::init(this); |
| } |
| Blob::~Blob() |