| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| index a41ebe3c3097e633d6540f4a1b9c25633b6c8562..bdd6199a5dda366cd18205a8d2bd27823dfbea75 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -565,10 +565,6 @@ void ScriptStreamer::notifyFinished(Resource* resource)
|
| m_stream->didFinishLoading();
|
| m_loadingFinished = true;
|
|
|
| - // Calling notifyFinishedToClient can result into the upper layers dropping
|
| - // references to ScriptStreamer. Keep it alive until this function ends.
|
| - RawPtr<ScriptStreamer> protect(this);
|
| -
|
| notifyFinishedToClient();
|
| }
|
|
|
|
|