Changeset 39554 in webkit for trunk/JavaScriptCore/runtime/Identifier.h
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Identifier.h
r39551 r39554 1 1 /* 2 * Copyright (C) 2003, 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2003, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * This library is free software; you can redistribute it and/or … … 19 19 */ 20 20 21 #ifndef KJS_IDENTIFIER_H22 #define KJS_IDENTIFIER_H21 #ifndef Identifier_h 22 #define Identifier_h 23 23 24 24 #include "JSGlobalData.h" … … 142 142 } // namespace JSC 143 143 144 #endif // KJS_IDENTIFIER_H144 #endif // Identifier_h
Note:
See TracChangeset
for help on using the changeset viewer.