Changeset 39554 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r38473 r39554 1 1 /* 2 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 3 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 20 20 */ 21 21 22 #ifndef _KJS_USTRING_H_23 #define _KJS_USTRING_H_22 #ifndef UString_h 23 #define UString_h 24 24 25 25 #include "Collector.h"
Note:
See TracChangeset
for help on using the changeset viewer.