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) \ |
|
Michael Starzinger
2014/04/15 16:13:56
These definitions should not be needed, the two ob
arv (Not doing code reviews)
2014/04/15 17:07:23
Done.
I'll have to re-add them when I expose the
Michael Starzinger
2014/04/15 22:02:30
These visitor ids are the main reason I asked for
|
| + V(JSSetIterator) \ |
| V(JSArrayBuffer) \ |
| V(JSTypedArray) \ |
| V(JSDataView) \ |