Changeset 181309 in webkit


Ignore:
Timestamp:
Mar 9, 2015 9:41:29 PM (9 years ago)
Author:
mark.lam@apple.com
Message:

Another build fix for Windows.
https://webkit.org/b/142513>

Not reviewed.

  • API/tests/CompareAndSwapTest.cpp:
  • Added JS_EXPORT_PRIVATE attribute.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/tests/CompareAndSwapTest.cpp

    r181308 r181309  
    3131
    3232// Regression test for webkit.org/b/142513
    33 extern "C" void testCompareAndSwap();
     33extern "C" JS_EXPORT_PRIVATE void testCompareAndSwap();
    3434
    3535class Bitmap {
  • trunk/Source/JavaScriptCore/ChangeLog

    r181308 r181309  
     12015-03-09  Mark Lam  <mark.lam@apple.com>
     2
     3        Another build fix for Windows.
     4        https://webkit.org/b/142513>
     5
     6        Not reviewed.
     7
     8        * API/tests/CompareAndSwapTest.cpp:
     9        - Added JS_EXPORT_PRIVATE attribute.
     10
    1112015-03-09  Mark Lam  <mark.lam@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.