Index: Source/core/fetch/Resource.h |
diff --git a/Source/core/fetch/Resource.h b/Source/core/fetch/Resource.h |
index 724547fde114ae19a1238561db39a0c4f67a88d1..45f6f09a01c3183afff7bf6cc6f421dadb3c092b 100644 |
--- a/Source/core/fetch/Resource.h |
+++ b/Source/core/fetch/Resource.h |
@@ -175,7 +175,8 @@ public: |
// Computes the status of an object after loading. |
// Updates the expire date on the cache entry file |
- void finish(double finishTime = 0.0); |
+ void setLoadFinishTime(double finishTime) { m_loadFinishTime = finishTime; } |
dcheng
2014/10/23 09:01:49
Do we have a bug that lets us track when we'll be
|
+ void finish(); |
// FIXME: Remove the stringless variant once all the callsites' error messages are updated. |
bool passesAccessControlCheck(SecurityOrigin*); |