Changeset 39554 in webkit for trunk/JavaScriptCore/runtime/JSLock.h
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSLock.h
r38087 r39554 1 1 /* 2 * Copyright (C) 2005, 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2005, 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_JSLock_h22 #define KJS_JSLock_h21 #ifndef JSLock_h 22 #define JSLock_h 23 23 24 24 #include <wtf/Assertions.h> … … 100 100 } // namespace 101 101 102 #endif // KJS_JSLock_h102 #endif // JSLock_h
Note:
See TracChangeset
for help on using the changeset viewer.