Changeset 34599 in webkit for trunk/JavaScriptCore/API/JSObjectRef.h
- Timestamp:
- Jun 16, 2008, 6:48:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSObjectRef.h
r29991 r34599 1 // -*- mode: c++; c-basic-offset: 4 -*-2 1 /* 3 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved. … … 32 31 33 32 #include <stdbool.h> 34 #include <stddef.h> / / for size_t33 #include <stddef.h> /* for size_t */ 35 34 36 35 #ifdef __cplusplus … … 339 338 */ 340 339 typedef struct { 341 int version; / / current (and only) version is 0340 int version; /* current (and only) version is 0 */ 342 341 JSClassAttributes attributes; 343 342 … … 643 642 #endif 644 643 645 #endif / / JSObjectRef_h644 #endif /* JSObjectRef_h */
Note:
See TracChangeset
for help on using the changeset viewer.