| Index: third_party/WebKit/Source/platform/Decimal.h
|
| diff --git a/third_party/WebKit/Source/platform/Decimal.h b/third_party/WebKit/Source/platform/Decimal.h
|
| index 36556336d66c3e97433c25a78089e2b30ecd667a..f00631a52fea0781e51a2b104fd68f65b6445d4d 100644
|
| --- a/third_party/WebKit/Source/platform/Decimal.h
|
| +++ b/third_party/WebKit/Source/platform/Decimal.h
|
| @@ -47,7 +47,8 @@ class SpecialValueHandler;
|
| //
|
| // FIXME: Once all C++ compiler support decimal type, we should replace this
|
| // class to compiler supported one. See below URI for current status of decimal
|
| -// type for C++: // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1977.html
|
| +// type for C++:
|
| +// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1977.html
|
| class PLATFORM_EXPORT Decimal {
|
| USING_FAST_MALLOC(Decimal);
|
|
|
|
|