Chromium Code Reviews| Index: Source/wtf/FilePrintStream.h |
| diff --git a/Source/wtf/FilePrintStream.h b/Source/wtf/FilePrintStream.h |
| index fe05d9c8d8768d086bd39753205c4b3fb0351371..441577f9d51b5d83a7029da8f50e3fb3e2e87d43 100644 |
| --- a/Source/wtf/FilePrintStream.h |
| +++ b/Source/wtf/FilePrintStream.h |
| @@ -32,7 +32,7 @@ |
| namespace WTF { |
| -class FilePrintStream FINAL : public PrintStream { |
| +class WTF_EXPORT FilePrintStream FINAL : public PrintStream { |
| public: |
| enum AdoptionMode { |
| Adopt, |