Changeset 39554 in webkit for trunk/JavaScriptCore/runtime/Lookup.h
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Lookup.h
r39056 r39554 1 1 /* 2 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 3 * Copyright (C) 2003, 2006, 2007, 2008 Apple Inc. All rights reserved.3 * Copyright (C) 2003, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 19 19 */ 20 20 21 #ifndef KJS_lookup_h22 #define KJS_lookup_h21 #ifndef Lookup_h 22 #define Lookup_h 23 23 24 24 #include "CallFrame.h" … … 274 274 } // namespace JSC 275 275 276 #endif // KJS_lookup_h276 #endif // Lookup_h
Note:
See TracChangeset
for help on using the changeset viewer.