Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index d83d29108fcacf2106b085790d59faeb32e0e1b0..a07984f224ae8315e5d05ca651c04d12700e25b2 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -8733,6 +8733,7 @@ class JSTypedArray: public JSObject { |
| static inline JSTypedArray* cast(Object* obj); |
| ExternalArrayType type(); |
| + size_t element_size(); |
| // Dispatched behavior. |
| DECLARE_PRINTER(JSTypedArray) |