Index: third_party/WebKit/Source/wtf/Time.h |
diff --git a/third_party/WebKit/Source/wtf/Time.h b/third_party/WebKit/Source/wtf/Time.h |
index e55ebf2375eb7039c29824415ea938a5d7e59c5a..0dcaaa088d9078b777ef2b22e4d1fd31abc82279 100644 |
--- a/third_party/WebKit/Source/wtf/Time.h |
+++ b/third_party/WebKit/Source/wtf/Time.h |
@@ -29,8 +29,6 @@ class TimeWrapper { |
public: |
TimeWrapper() {} |
- bool isNull() const { return m_value.is_null(); } |
- |
static TimeWrapper Now() { |
if (WTF::getTimeFunctionForTesting()) { |
double seconds = (WTF::getTimeFunctionForTesting())(); |