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

Unified Diff: src/ostreams.h

Issue 2356713002: Version 5.5.228.1 (cherry-pick) (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « src/interpreter/interpreter.h ('k') | src/snapshot/natives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ostreams.h
diff --git a/src/ostreams.h b/src/ostreams.h
index dea751413e9158da27fa1c25b21f7d3d4411ff78..977b5c6f4a48cbeda0e0163b678917779afeeac2 100644
--- a/src/ostreams.h
+++ b/src/ostreams.h
@@ -13,7 +13,6 @@
#include "include/v8config.h"
#include "src/base/macros.h"
-#include "src/globals.h"
namespace v8 {
namespace internal {
@@ -34,7 +33,7 @@ class OFStreamBase : public std::streambuf {
// An output stream writing to a file.
-class V8_EXPORT_PRIVATE OFStream : public std::ostream {
+class OFStream : public std::ostream {
public:
explicit OFStream(FILE* f);
virtual ~OFStream();
« no previous file with comments | « src/interpreter/interpreter.h ('k') | src/snapshot/natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698