Chromium Code Reviews| Index: src/objects-visiting.h |
| diff --git a/src/objects-visiting.h b/src/objects-visiting.h |
| index 910334b77c41d8f2d3b795f1de71df08dc751c0a..864a42de5e6888de8fe125472f903e92f816f86e 100644 |
| --- a/src/objects-visiting.h |
| +++ b/src/objects-visiting.h |
| @@ -98,6 +98,8 @@ class StaticVisitorBase : public AllStatic { |
| V(JSFunction) \ |
| V(JSWeakMap) \ |
| V(JSWeakSet) \ |
| + V(JSMapIterator) \ |
| + V(JSSetIterator) \ |
| V(JSArrayBuffer) \ |
| V(JSTypedArray) \ |
| V(JSDataView) \ |