Changeset 245093 in webkit


Ignore:
Timestamp:
May 8, 2019 10:41:03 PM (5 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, build fix after r245064
https://bugs.webkit.org/show_bug.cgi?id=197110

  • runtime/GenericTypedArrayView.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r245084 r245093  
     12019-05-08  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, build fix after r245064
     4        https://bugs.webkit.org/show_bug.cgi?id=197110
     5
     6        * runtime/GenericTypedArrayView.h:
     7
    182019-05-08  Saam barati  <sbarati@apple.com>
    29
  • trunk/Source/JavaScriptCore/runtime/GenericTypedArrayView.h

    r245064 r245093  
    9999            reinterpret_cast<char*>(data),
    100100            count * sizeof(typename Adaptor::Type),
    101             offset * sizeof(typename Adaptor::Type),
    102             byteLength());
     101            offset * sizeof(typename Adaptor::Type));
    103102    }
    104103
Note: See TracChangeset for help on using the changeset viewer.