Changeset 39554 in webkit for trunk/JavaScriptCore/runtime/Protect.h
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Protect.h
r38137 r39554 1 1 /* 2 * Copyright (C) 2004, 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2004, 2008, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * This library is free software; you can redistribute it and/or … … 20 20 21 21 22 #ifndef protect_h23 #define protect_h22 #ifndef Protect_h 23 #define Protect_h 24 24 25 25 #include "JSCell.h" … … 152 152 } // namespace JSC 153 153 154 #endif // protect_h154 #endif // Protect_h
Note:
See TracChangeset
for help on using the changeset viewer.