Changeset 65478 in webkit for trunk/JavaScriptCore/wtf/text/WTFString.h
- Timestamp:
- Aug 16, 2010, 7:13:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/text/WTFString.h
r65468 r65478 1 1 /* 2 2 * (C) 1999 Lars Knoll ([email protected]) 3 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.3 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 447 447 using WTF::charactersToFloat; 448 448 using WTF::charactersToDouble; 449 using WTF::operator+; 450 451 #endif 449 450 #endif
Note:
See TracChangeset
for help on using the changeset viewer.