Title: [293406] branches/safari-613.2.7.3-branch/Source/_javascript_Core/API/JSTypedArray.cpp
Revision
293406
Author
alanc...@apple.com
Date
2022-04-25 19:14:55 -0700 (Mon, 25 Apr 2022)

Log Message

Apply patch. rdar://67069953

Modified Paths


Diff

Modified: branches/safari-613.2.7.3-branch/Source/_javascript_Core/API/JSTypedArray.cpp (293405 => 293406)


--- branches/safari-613.2.7.3-branch/Source/_javascript_Core/API/JSTypedArray.cpp	2022-04-26 02:13:54 UTC (rev 293405)
+++ branches/safari-613.2.7.3-branch/Source/_javascript_Core/API/JSTypedArray.cpp	2022-04-26 02:14:55 UTC (rev 293406)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to