X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/runtime/DataView.h diff --git a/runtime/DataView.h b/runtime/DataView.h index 4a8aa92..a01d135 100644 --- a/runtime/DataView.h +++ b/runtime/DataView.h @@ -37,8 +37,8 @@ protected: DataView(PassRefPtr, unsigned byteOffset, unsigned byteLength); public: - JS_EXPORT_PRIVATE static PassRefPtr create(PassRefPtr, unsigned byteOffset, unsigned length); - static PassRefPtr create(PassRefPtr); + JS_EXPORT_PRIVATE static Ref create(PassRefPtr, unsigned byteOffset, unsigned length); + static Ref create(PassRefPtr); virtual unsigned byteLength() const override {