| 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 7c178f92e957a916aaaa2bc39b0934728b41cad6..d0a7377c7165306304501d364b4398fda368ff7d 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 @@ bool ScriptStreamer::startStreamingInternal(PendingScript& script, PendingScript
|
| Platform::current()->histogramEnumeration(notStreamingReasonHistogramName(scriptType), NotHTTP, NotStreamingReasonEnd);
|
| return false;
|
| }
|
| - if (resource->resourceToRevalidate()) {
|
| + if (resource->isCacheValidator()) {
|
| 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
|
|
|