Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 8df53af0df9a63126066a1469b73b217e1b36537..981dee015ebb7d64dbd01754ead1861abeba2919 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -434,11 +434,6 @@ class Factory FINAL { |
Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type); |
- // Creates a new JSTypedArray with the specified buffer. |
- Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type, |
- Handle<JSArrayBuffer> buffer, |
- size_t length); |
- |
Handle<JSDataView> NewJSDataView(); |
// Allocates a Harmony proxy. |