| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index e219e446b0fa1e8ee29d64fdc68c206d5ac5ca75..683f528f4413126feffc70c5147c73e43c8e3896 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -507,7 +507,7 @@ void DocumentLoader::dataReceived(Resource* resource, const char* data, size_t l
|
| return;
|
| }
|
|
|
| - TemporaryChange<bool> reentrancyProtector(m_inDataReceived, true);
|
| + TemporaryChange<bool> reentrancyProtector(&m_inDataReceived, true);
|
| processData(data, length);
|
|
|
| // Process data received in reentrant invocations. Note that the
|
|
|