Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index cde84325dcf755c059618672157427a97dc97c7e..403cfa6958101d56d988ae1ed0b2bf1581a9cf88 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -328,6 +328,8 @@ class Factory { |
Handle<JSTypedArray> NewJSTypedArray(ExternalArrayType type); |
+ Handle<JSDataView> NewJSDataView(); |
+ |
Handle<JSProxy> NewJSProxy(Handle<Object> handler, Handle<Object> prototype); |
// Change the type of the argument into a JS object/function and reinitialize. |