Changeset 34598 in webkit for trunk/JavaScriptCore/API/Node.h
- Timestamp:
- Jun 16, 2008, 6:39:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/Node.h
r29663 r34598 1 / / -*- mode: c++; c-basic-offset: 4 -*-1 /* -*- mode: c++; c-basic-offset: 4 -*- */ 2 2 /* 3 3 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. … … 49 49 extern void Node_replaceChild(Node* node, Node* newChild, Node* oldChild); 50 50 51 #endif / / Node_h51 #endif /* Node_h */
Note:
See TracChangeset
for help on using the changeset viewer.