| 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 1cf24ad0ab7f5201110a47cc63aa1079a36684d4..686d324838c0ae7c9a6df0c51dce4b254bd57638 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -572,7 +572,7 @@ void ScriptStreamer::notifyFinished(Resource* resource)
|
|
|
| // Calling notifyFinishedToClient can result into the upper layers dropping
|
| // references to ScriptStreamer. Keep it alive until this function ends.
|
| - RefPtrWillBeRawPtr<ScriptStreamer> protect(this);
|
| + RawPtr<ScriptStreamer> protect(this);
|
|
|
| notifyFinishedToClient();
|
| }
|
|
|