Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: Source/wtf/FilePrintStream.h

Issue 383743002: Oilpan: GC profiling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed Profiling.h Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698