Ignore:
Timestamp:
Mar 21, 2010, 1:08:39 PM (15 years ago)
Author:
[email protected]
Message:

Blind attempt #2 to fix the Windows build after r56314

  • API/tests/testapi.c: Include JSObjectRefPrivate.h for the new

methods instead of declaring them locally (and non-extern).

Backed out previous change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/tests/testapi.c

    r56314 r56318  
    2727#include "JSBasePrivate.h"
    2828#include "JSContextRefPrivate.h"
     29#include "JSObjectRefPrivate.h"
    2930#include <math.h>
    3031#define ASSERT_DISABLED 0
     
    4243
    4344#endif
    44 
    45 bool JSObjectSetPrivateProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value);
    46 JSValueRef JSObjectGetPrivateProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName);
    47 bool JSObjectDeletePrivateProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName);
    4845
    4946static JSGlobalContextRef context;
Note: See TracChangeset for help on using the changeset viewer.