d56617e5d0
* chore: avoid appending git version to the exported patches * fix no-eol at end of v8 patch
19 lines
663 B
Diff
19 lines
663 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Cheng Zhao <zcbenz@gmail.com>
|
|
Date: Mon, 22 Oct 2018 10:47:12 -0700
|
|
Subject: ostreams.patch
|
|
|
|
|
|
diff --git a/src/ostreams.h b/src/ostreams.h
|
|
index c6b64a1cd95b92ed37abe56d71dd6132c4ff9db4..236a73d01800f58a4f37c8abdd8df346d8fcf2c5 100644
|
|
--- a/src/ostreams.h
|
|
+++ b/src/ostreams.h
|
|
@@ -32,7 +32,7 @@ class OFStreamBase : public std::streambuf {
|
|
};
|
|
|
|
// An output stream writing to a file.
|
|
-class V8_EXPORT_PRIVATE OFStream : public std::ostream {
|
|
+class V8_EXPORT_PRIVATE OFStream : public NON_EXPORTED_BASE(std::ostream) {
|
|
public:
|
|
explicit OFStream(FILE* f);
|
|
virtual ~OFStream();
|