Index: third_party/WebKit/Source/platform/network/ResourceError.h |
diff --git a/third_party/WebKit/Source/platform/network/ResourceError.h b/third_party/WebKit/Source/platform/network/ResourceError.h |
index 7e0517ff09268fe83d27661ca7a257504f2555c5..4c0327ce52d9ff6187b6e46938a13fcb226ecbf5 100644 |
--- a/third_party/WebKit/Source/platform/network/ResourceError.h |
+++ b/third_party/WebKit/Source/platform/network/ResourceError.h |
@@ -99,6 +99,8 @@ class PLATFORM_EXPORT ResourceError final { |
} |
bool wasIgnoredByHandler() const { return m_wasIgnoredByHandler; } |
+ bool isCacheMiss() const; |
+ |
static bool compare(const ResourceError&, const ResourceError&); |
private: |