Index: third_party/WebKit/Source/platform/PODInterval.h |
diff --git a/third_party/WebKit/Source/platform/PODInterval.h b/third_party/WebKit/Source/platform/PODInterval.h |
index aea24efaf5b1761bfa4573c36eb6d3c20702d253..68307e2759d65448f13fcdaba3ac78708444a642 100644 |
--- a/third_party/WebKit/Source/platform/PODInterval.h |
+++ b/third_party/WebKit/Source/platform/PODInterval.h |
@@ -62,10 +62,10 @@ namespace blink { |
// available: |
// |
// template<> struct ValueToString<T> { |
-// static String string(const T& t); |
+// static String toString(const T& t); |
// }; |
// template<> struct ValueToString<UserData> { |
-// static String string(const UserData& t); |
+// static String toString(const UserData& t); |
// }; |
// |
// Note that this class requires a copy constructor and assignment |