From a4e969f4965059196ca948db781e52f7cfebf19e Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 24 May 2016 08:28:08 +0000 Subject: webkitgtk-2.12.3 --- Source/JavaScriptCore/runtime/JSArrayBufferConstructor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/JavaScriptCore/runtime/JSArrayBufferConstructor.h') diff --git a/Source/JavaScriptCore/runtime/JSArrayBufferConstructor.h b/Source/JavaScriptCore/runtime/JSArrayBufferConstructor.h index b65b523b6..61ee80326 100644 --- a/Source/JavaScriptCore/runtime/JSArrayBufferConstructor.h +++ b/Source/JavaScriptCore/runtime/JSArrayBufferConstructor.h @@ -31,6 +31,7 @@ namespace JSC { class JSArrayBufferPrototype; +class GetterSetter; class JSArrayBufferConstructor : public InternalFunction { public: @@ -38,10 +39,10 @@ public: protected: JSArrayBufferConstructor(VM&, Structure*); - void finishCreation(VM&, JSArrayBufferPrototype*); + void finishCreation(VM&, JSArrayBufferPrototype*, GetterSetter* speciesSymbol); public: - static JSArrayBufferConstructor* create(VM&, Structure*, JSArrayBufferPrototype*); + static JSArrayBufferConstructor* create(VM&, Structure*, JSArrayBufferPrototype*, GetterSetter* speciesSymbol); DECLARE_INFO; -- cgit v1.2.1