| Index: third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp | 
| diff --git a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp | 
| index ee586c0253242c7113c9b2fe9329df08afa18f6c..68cdbbf2804ce43cb4b903ba0533d748ad719fc7 100644 | 
| --- a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp | 
| +++ b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp | 
| @@ -23,7 +23,6 @@ BlobBytesConsumer::BlobBytesConsumer(ExecutionContext* executionContext, | 
| : ContextLifecycleObserver(executionContext), | 
| m_blobDataHandle(blobDataHandle), | 
| m_loader(loader) { | 
| -  ThreadState::current()->registerPreFinalizer(this); | 
| if (!m_blobDataHandle) { | 
| // Note that |m_loader| is non-null only in tests. | 
| if (m_loader) { | 
|  |