| Index: third_party/WebKit/Source/wtf/CurrentTime.cpp | 
| diff --git a/third_party/WebKit/Source/wtf/CurrentTime.cpp b/third_party/WebKit/Source/wtf/CurrentTime.cpp | 
| index 056104692fc6da284db7bcde47470d78f9ddbe30..71ffbcc5d04edd4fd199099724a0c67595da612b 100644 | 
| --- a/third_party/WebKit/Source/wtf/CurrentTime.cpp | 
| +++ b/third_party/WebKit/Source/wtf/CurrentTime.cpp | 
| @@ -55,4 +55,8 @@ TimeFunction setTimeFunctionsForTesting(TimeFunction newFunction) { | 
| return oldFunction; | 
| } | 
|  | 
| +TimeFunction getTimeFunctionForTesting() { | 
| +  return mockTimeFunctionForTesting; | 
| +} | 
| + | 
| }  // namespace WTF | 
|  |