Changeset 102521 in webkit


Ignore:
Timestamp:
Dec 10, 2011 6:50:55 AM (12 years ago)
Author:
jarred@sencha.com
Message:

[V8] Remove old ArrayBuffer guards from V8XMLHttpRequestCustom.cpp
https://bugs.webkit.org/show_bug.cgi?id=74234

Reviewed by Adam Barth.

No new tests are necessary.

  • bindings/v8/custom/V8XMLHttpRequestCustom.cpp:

(WebCore::V8XMLHttpRequest::responseAccessorGetter):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102519 r102521  
     12011-12-10  Jarred Nicholls  <jarred@sencha.com>
     2
     3        [V8] Remove old ArrayBuffer guards from V8XMLHttpRequestCustom.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=74234
     5
     6        Reviewed by Adam Barth.
     7
     8        No new tests are necessary.
     9
     10        * bindings/v8/custom/V8XMLHttpRequestCustom.cpp:
     11        (WebCore::V8XMLHttpRequest::responseAccessorGetter):
     12
    1132011-12-10  Noel Gordon  <noel.gordon@gmail.com>
    214
  • trunk/Source/WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp

    r95901 r102521  
    9797#endif
    9898
    99 #if ENABLE(WEBGL) || ENABLE(BLOB)
    10099    case XMLHttpRequest::ResponseTypeArrayBuffer:
    101100        {
     
    108107            return toV8(arrayBuffer);
    109108        }
    110 #endif
    111109    }
    112110
Note: See TracChangeset for help on using the changeset viewer.