Changeset 161722 in webkit


Ignore:
Timestamp:
Jan 10, 2014 8:06:17 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r161702.
http://trac.webkit.org/changeset/161702
https://bugs.webkit.org/show_bug.cgi?id=126803

Broke multiple tests (Requested by ap on #webkit).

Source/JavaScriptCore:

  • runtime/JSGenericTypedArrayViewConstructorInlines.h:

(JSC::JSGenericTypedArrayViewConstructor<ViewClass>::getCallData):

LayoutTests:

  • js/script-tests/typedarray-constructors.js: Removed.
  • js/typedarray-constructors-expected.txt: Removed.
  • js/typedarray-constructors.html: Removed.
Location:
trunk
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r161702 r161722  
     12014-01-10  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r161702.
     4        http://trac.webkit.org/changeset/161702
     5        https://bugs.webkit.org/show_bug.cgi?id=126803
     6
     7        Broke multiple tests (Requested by ap on #webkit).
     8
     9        * js/script-tests/typedarray-constructors.js: Removed.
     10        * js/typedarray-constructors-expected.txt: Removed.
     11        * js/typedarray-constructors.html: Removed.
     12
    1132014-01-10  Dean Jackson  <dino@apple.com>
    214
  • trunk/Source/JavaScriptCore/ChangeLog

    r161713 r161722  
     12014-01-10  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r161702.
     4        http://trac.webkit.org/changeset/161702
     5        https://bugs.webkit.org/show_bug.cgi?id=126803
     6
     7        Broke multiple tests (Requested by ap on #webkit).
     8
     9        * runtime/JSGenericTypedArrayViewConstructorInlines.h:
     10        (JSC::JSGenericTypedArrayViewConstructor<ViewClass>::getCallData):
     11
    1122014-01-10  David Kilzer  <ddkilzer@apple.com>
    213
  • trunk/Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructorInlines.h

    r161702 r161722  
    158158{
    159159    callData.native.function = constructGenericTypedArrayView<ViewClass>;
    160     return CallTypeNone;
     160    return CallTypeHost;
    161161}
    162162
Note: See TracChangeset for help on using the changeset viewer.