Index: Source/platform/PODRedBlackTree.h |
diff --git a/Source/platform/PODRedBlackTree.h b/Source/platform/PODRedBlackTree.h |
index d408d3d928a45e0689bdef06273637d5baf4012c..1f1f574e46cdec9fa7b1ae53e6bd412d44f95003 100644 |
--- a/Source/platform/PODRedBlackTree.h |
+++ b/Source/platform/PODRedBlackTree.h |
@@ -44,7 +44,7 @@ |
// In debug mode, printing of the data contained in the tree is |
// enabled. This requires the template specialization to be available: |
// |
-// template<> struct blink::ValueToString<T> { |
+// template<> struct ValueToString<T> { |
// static String string(const T& t); |
// }; |
// |