| Index: Source/platform/PODInterval.h
|
| diff --git a/Source/platform/PODInterval.h b/Source/platform/PODInterval.h
|
| index 984d85a984053a424f86e6c81ec620d97781ecbd..8c27a219068e924307a5f4e869bda30de354745f 100644
|
| --- a/Source/platform/PODInterval.h
|
| +++ b/Source/platform/PODInterval.h
|
| @@ -60,10 +60,10 @@ namespace blink {
|
| // enabled. This requires the following template specializations to be
|
| // available:
|
| //
|
| -// template<> struct blink::ValueToString<T> {
|
| +// template<> struct ValueToString<T> {
|
| // static String string(const T& t);
|
| // };
|
| -// template<> struct blink::ValueToString<UserData> {
|
| +// template<> struct ValueToString<UserData> {
|
| // static String string(const UserData& t);
|
| // };
|
| //
|
|
|