Title: [245093] trunk/Source/_javascript_Core
- Revision
- 245093
- Author
- [email protected]
- Date
- 2019-05-08 22:41:03 -0700 (Wed, 08 May 2019)
Log Message
Unreviewed, build fix after r245064
https://bugs.webkit.org/show_bug.cgi?id=197110
* runtime/GenericTypedArrayView.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (245092 => 245093)
--- trunk/Source/_javascript_Core/ChangeLog 2019-05-09 05:06:52 UTC (rev 245092)
+++ trunk/Source/_javascript_Core/ChangeLog 2019-05-09 05:41:03 UTC (rev 245093)
@@ -1,3 +1,10 @@
+2019-05-08 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, build fix after r245064
+ https://bugs.webkit.org/show_bug.cgi?id=197110
+
+ * runtime/GenericTypedArrayView.h:
+
2019-05-08 Saam barati <[email protected]>
AccessGenerationState::emitExplicitExceptionHandler can clobber an in use register
Modified: trunk/Source/_javascript_Core/runtime/GenericTypedArrayView.h (245092 => 245093)
--- trunk/Source/_javascript_Core/runtime/GenericTypedArrayView.h 2019-05-09 05:06:52 UTC (rev 245092)
+++ trunk/Source/_javascript_Core/runtime/GenericTypedArrayView.h 2019-05-09 05:41:03 UTC (rev 245093)
@@ -98,8 +98,7 @@
return getRangeImpl(
reinterpret_cast<char*>(data),
count * sizeof(typename Adaptor::Type),
- offset * sizeof(typename Adaptor::Type),
- byteLength());
+ offset * sizeof(typename Adaptor::Type));
}
bool checkInboundData(unsigned offset, size_t count) const
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes