| Index: src/factory.h | 
| diff --git a/src/factory.h b/src/factory.h | 
| index ed16d7735b21a2d8fa1411f23a05da2f55151b1f..23e7001559f3f5ac4a6163532a6074035c1cd026 100644 | 
| --- a/src/factory.h | 
| +++ b/src/factory.h | 
| @@ -166,11 +166,6 @@ class Factory : public AllStatic { | 
| static Handle<ByteArray> NewByteArray(int length, | 
| PretenureFlag pretenure = NOT_TENURED); | 
|  | 
| -  static Handle<PixelArray> NewPixelArray( | 
| -      int length, | 
| -      uint8_t* external_pointer, | 
| -      PretenureFlag pretenure = NOT_TENURED); | 
| - | 
| static Handle<ExternalArray> NewExternalArray( | 
| int length, | 
| ExternalArrayType array_type, | 
| @@ -196,7 +191,7 @@ class Factory : public AllStatic { | 
|  | 
| static Handle<Map> GetSlowElementsMap(Handle<Map> map); | 
|  | 
| -  static Handle<Map> GetPixelArrayElementsMap(Handle<Map> map); | 
| +  static Handle<Map> NewExternalArrayElementsMap(Handle<Map> map); | 
|  | 
| static Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array); | 
|  | 
|  |