| 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 19851af453d065138cc87d23012887b7e65f0e2e..6582ae21c99d0f27e1b04d0c524569cb33860716 100644
|
| --- a/third_party/WebKit/Source/platform/Decimal.h
|
| +++ b/third_party/WebKit/Source/platform/Decimal.h
|
| @@ -179,6 +179,8 @@ private:
|
| EncodedData m_data;
|
| };
|
|
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const Decimal&);
|
| +
|
| } // namespace blink
|
|
|
| #endif // Decimal_h
|
|
|