| Index: third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp b/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp
|
| index 47441ce3d57af2a5d00fbefdc5fe5db9a4317ab3..aae2ed56e8554cf31ee18e4cc2b091a71bf30504 100644
|
| --- a/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/PlatformTestPrinters.cpp
|
| @@ -22,7 +22,8 @@ std::ostream& operator<<(std::ostream& os, const ResourceError& error) {
|
| << ", isAccessCheck = " << error.isAccessCheck()
|
| << ", isTimeout = " << error.isTimeout()
|
| << ", staleCopyInCache = " << error.staleCopyInCache()
|
| - << ", wasIgnoredByHandler = " << error.wasIgnoredByHandler();
|
| + << ", wasIgnoredByHandler = " << error.wasIgnoredByHandler()
|
| + << ", isCacheMiss = " << error.isCacheMiss();
|
| }
|
|
|
| } // namespace blink
|
|
|