Ignore:
Timestamp:
Aug 15, 2013, 12:29:47 PM (12 years ago)
Author:
Brent Fulgham
Message:

[Windows] Incorrect DLL Linkage for JSC ArrayBuffer and ArrayBufferView
https://bugs.webkit.org/show_bug.cgi?id=119847

Reviewed by Oliver Hunt.

  • runtime/ArrayBuffer.h: Switch from WTF_EXPORT_PRIVATE to JS_EXPORT_PRIVATE
  • runtime/ArrayBufferView.h: Ditto.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r154113 r154119  
     12013-08-15  Brent Fulgham  <[email protected]>
     2
     3        [Windows] Incorrect DLL Linkage for JSC ArrayBuffer and ArrayBufferView
     4        https://bugs.webkit.org/show_bug.cgi?id=119847
     5
     6        Reviewed by Oliver Hunt.
     7
     8        * runtime/ArrayBuffer.h: Switch from WTF_EXPORT_PRIVATE to JS_EXPORT_PRIVATE
     9        * runtime/ArrayBufferView.h: Ditto.
     10
    1112013-08-15  Gavin Barraclough  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.