Changeset 34598 in webkit for trunk/JavaScriptCore/API/JSNode.h
- Timestamp:
- Jun 16, 2008, 6:39:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSNode.h
r29663 r34598 1 / / -*- mode: c++; c-basic-offset: 4 -*-1 /* -*- mode: c; c-basic-offset: 4 -*- */ 2 2 /* 3 3 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. … … 36 36 extern JSObjectRef JSNode_construct(JSContextRef context, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception); 37 37 38 #endif / / JSNode_h38 #endif /* JSNode_h */
Note:
See TracChangeset
for help on using the changeset viewer.