Index: src/machine-type.h |
diff --git a/src/machine-type.h b/src/machine-type.h |
index 975b93a41647d1dc3c899c9cd65cfed42c3039ad..69cb6d79fac6062e6771d68624ba0463385a5215 100644 |
--- a/src/machine-type.h |
+++ b/src/machine-type.h |
@@ -239,7 +239,7 @@ inline bool IsAnyTagged(MachineRepresentation rep) { |
} |
// Gets the log2 of the element size in bytes of the machine type. |
-inline int ElementSizeLog2Of(MachineRepresentation rep) { |
+V8_EXPORT_PRIVATE inline int ElementSizeLog2Of(MachineRepresentation rep) { |
switch (rep) { |
case MachineRepresentation::kBit: |
case MachineRepresentation::kWord8: |