aboutsummaryrefslogtreecommitdiffstats
path: root/masm
diff options
context:
space:
mode:
Diffstat (limited to 'masm')
-rw-r--r--masm/stubs/WTFStubs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/masm/stubs/WTFStubs.cpp b/masm/stubs/WTFStubs.cpp
index 2c642ac986..e4009b8315 100644
--- a/masm/stubs/WTFStubs.cpp
+++ b/masm/stubs/WTFStubs.cpp
@@ -27,7 +27,7 @@ uint32_t cryptographicallyRandomNumber()
return 0;
}
-static FILE* s_dataFile = stdout;
+static FILE* s_dataFile = stderr;
void setDataFile(FILE* f)
{