Index: third_party/WebKit/Source/platform/PODRedBlackTree.h |
diff --git a/third_party/WebKit/Source/platform/PODRedBlackTree.h b/third_party/WebKit/Source/platform/PODRedBlackTree.h |
index c7bcdddc405711eea332d2ff47ea31a64ad0864f..e791558beffa6df5c6fadf22fcff2c26e72267d2 100644 |
--- a/third_party/WebKit/Source/platform/PODRedBlackTree.h |
+++ b/third_party/WebKit/Source/platform/PODRedBlackTree.h |
@@ -45,7 +45,7 @@ |
// enabled. This requires the template specialization to be available: |
// |
// template<> struct ValueToString<T> { |
-// static String string(const T& t); |
+// static String toString(const T& t); |
// }; |
// |
// Note that when complex types are stored in this red/black tree, it |