Title: [293392] branches/safari-613-branch/Source/_javascript_Core/API/JSTypedArray.cpp
Revision
293392
Author
[email protected]
Date
2022-04-25 18:31:52 -0700 (Mon, 25 Apr 2022)

Log Message

Apply patch. rdar://67069953

Modified Paths


Diff

Modified: branches/safari-613-branch/Source/_javascript_Core/API/JSTypedArray.cpp (293391 => 293392)


--- branches/safari-613-branch/Source/_javascript_Core/API/JSTypedArray.cpp	2022-04-26 01:16:13 UTC (rev 293391)
+++ branches/safari-613-branch/Source/_javascript_Core/API/JSTypedArray.cpp	2022-04-26 01:31:52 UTC (rev 293392)
@@ -361,15 +361,6 @@
     return nullptr;
 }
 
-#if PLATFORM(IOS)
-inline static bool isLinkedBeforeTypedArrayLengthQuirk()
-{
-    return !linkedOnOrAfter(SDKVersion::FirstWithoutTypedArrayAPIQuirk);
-}
-#else
-inline static bool isLinkedBeforeTypedArrayLengthQuirk() { return false; }
-#endif
-
 size_t JSObjectGetArrayBufferByteLength(JSContextRef ctx, JSObjectRef objectRef, JSValueRef*)
 {
     JSGlobalObject* globalObject = toJS(ctx);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to