Changeset 47022 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r46598 r47022 2 2 * Copyright (C) 1999-2001 Harri Porten ([email protected]) 3 3 * Copyright (C) 2001 Peter Kelly ([email protected]) 4 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.4 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 74 74 explicit JSObject(PassRefPtr<Structure>); 75 75 76 virtual void mark ();76 virtual void markChildren(MarkStack&); 77 77 78 78 // The inline virtual destructor cannot be the first virtual function declared
Note:
See TracChangeset
for help on using the changeset viewer.