Changeset 58506 in webkit


Ignore:
Timestamp:
Apr 29, 2010 6:11:26 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-29 Kwang Yul Seo <skyul@company100.net>

Reviewed by Simon Hausmann.

[WINCE] Export g_stackBase with JS_EXPORTDATA
https://bugs.webkit.org/show_bug.cgi?id=37437

Declare g_stackBase with JS_EXPORTDATA as it is imported from JavaScriptCore.

  • platform/wince/SharedTimerWince.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r58504 r58506  
     12010-04-29  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [WINCE] Export g_stackBase with JS_EXPORTDATA
     6        https://bugs.webkit.org/show_bug.cgi?id=37437
     7
     8        Declare g_stackBase with JS_EXPORTDATA as it is imported from JavaScriptCore.
     9
     10        * platform/wince/SharedTimerWince.cpp:
     11
    1122010-04-29  Adam Barth  <abarth@webkit.org>
    213
  • trunk/WebCore/platform/wince/SharedTimerWince.cpp

    r57272 r58506  
    3737
    3838namespace JSC {
    39 extern void* g_stackBase;
     39JS_EXPORTDATA extern void* g_stackBase;
    4040}
    4141
Note: See TracChangeset for help on using the changeset viewer.