Index: src/interpreter/bytecode-operands.h |
diff --git a/src/interpreter/bytecode-operands.h b/src/interpreter/bytecode-operands.h |
index b35c4866be7332803fe61d1991f0a57a3d511398..e62ba8fa317d0923e12e885f812426b68b247e89 100644 |
--- a/src/interpreter/bytecode-operands.h |
+++ b/src/interpreter/bytecode-operands.h |
@@ -115,7 +115,8 @@ inline AccumulatorUse operator|(AccumulatorUse lhs, AccumulatorUse rhs) { |
} |
std::ostream& operator<<(std::ostream& os, const AccumulatorUse& use); |
-std::ostream& operator<<(std::ostream& os, const OperandScale& operand_scale); |
+V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, |
+ const OperandScale& operand_scale); |
std::ostream& operator<<(std::ostream& os, const OperandSize& operand_size); |
std::ostream& operator<<(std::ostream& os, const OperandType& operand_type); |