| 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 d0a7377c7165306304501d364b4398fda368ff7d..7c178f92e957a916aaaa2bc39b0934728b41cad6 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -650,7 +650,7 @@
|
| Platform::current()->histogramEnumeration(notStreamingReasonHistogramName(scriptType), NotHTTP, NotStreamingReasonEnd);
|
| return false;
|
| }
|
| - if (resource->isCacheValidator()) {
|
| + if (resource->resourceToRevalidate()) {
|
| Platform::current()->histogramEnumeration(notStreamingReasonHistogramName(scriptType), Reload, NotStreamingReasonEnd);
|
| // This happens e.g., during reloads. We're actually not going to load
|
| // the current Resource of the PendingScript but switch to another
|
|
|