Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index ba2b181a34ec983fd879e884543f6fb74c6a8ed7..7547f7c452b3200e89c3dde36c29942272012f04 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -196,6 +196,8 @@ class Factory : public AllStatic { |
| static Handle<Map> GetSlowElementsMap(Handle<Map> map); |
| + static Handle<Map> GetPixelArrayElementsMap(Handle<Map> map); |
| + |
| static Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array); |
| // Numbers (eg, literals) are pretenured by the parser. |