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

Log Message

Apply patch. rdar://67069953

Modified Paths


Diff

Modified: branches/safari-613.2.7.0-branch/Source/_javascript_Core/API/JSTypedArray.cpp (293402 => 293403)


--- branches/safari-613.2.7.0-branch/Source/_javascript_Core/API/JSTypedArray.cpp	2022-04-26 02:03:36 UTC (rev 293402)
+++ branches/safari-613.2.7.0-branch/Source/_javascript_Core/API/JSTypedArray.cpp	2022-04-26 02:03:38 UTC (rev 293403)
@@ -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