| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index fc7573241afd97aaaca147bdfe6feaf04324ecb2..ecef891fa824f202f1f1809727300c0c1b276348 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -245,7 +245,7 @@ void ExternalDoubleArray::ExternalDoubleArrayPrint(FILE* out) {
|
| }
|
|
|
|
|
| -static void PrintElementsKind(FILE* out, ElementsKind kind) {
|
| +void PrintElementsKind(FILE* out, ElementsKind kind) {
|
| switch (kind) {
|
| case FAST_SMI_ONLY_ELEMENTS:
|
| PrintF(out, "FAST_SMI_ONLY_ELEMENTS");
|
|
|