Chromium Code Reviews| Index: src/heap/objects-visiting.h |
| diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h |
| index e35e47c3aa21720570d8593cf10bcf2ae67c01af..f10f370314766cebfb8520aa118b899e4440cde0 100644 |
| --- a/src/heap/objects-visiting.h |
| +++ b/src/heap/objects-visiting.h |
| @@ -79,6 +79,7 @@ class StaticVisitorBase : public AllStatic { |
| V(StructGeneric) \ |
| V(ConsString) \ |
| V(SlicedString) \ |
| + V(ThinString) \ |
| V(Symbol) \ |
| V(Oddball) \ |
| V(Code) \ |