Changeset 29817 in webkit for trunk/JavaScriptCore/kjs/date_object.cpp
- Timestamp:
- Jan 27, 2008, 12:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.cpp
r29508 r29817 1 1 /* 2 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 3 * Copyright (C) 2004, 2005, 2006, 2007 Apple Inc. All rights reserved.3 * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. 4 4 * 5 5 * This library is free software; you can redistribute it and/or … … 440 440 // TODO: MakeTime (15.9.11.1) etc. ? 441 441 442 DateObjectImp::DateObjectImp(ExecState *exec, 443 FunctionPrototype *funcProto, 444 DatePrototype *dateProto) 445 : InternalFunctionImp(funcProto) 442 DateObjectImp::DateObjectImp(ExecState* exec, FunctionPrototype* funcProto, DatePrototype* dateProto) 443 : InternalFunctionImp(funcProto, dateProto->classInfo()->className) 446 444 { 447 445 static const Identifier* parsePropertyName = new Identifier("parse");
Note:
See TracChangeset
for help on using the changeset viewer.