Changeset 21184 for trunk/WebCore/dom/Node.h
- Timestamp:
- 04/29/07 13:32:51 (21 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Node.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Node.h
r21003 r21184 1 1 /* 2 * This file is part of the DOM implementation for KDE.3 *4 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org) 5 3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 6 4 * (C) 2001 Dirk Mueller (mueller@kde.org) 7 * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc.5 * Copyright (C) 2004, 2005, 2006, 2007 Apple Inc. All rights reserved. 8 6 * 9 7 * This library is free software; you can redistribute it and/or … … 472 470 473 471 bool m_isLink : 1; 474 bool m_ specified : 1; // used in Attr; accessor functions there472 bool m_attrWasSpecifiedOrElementHasRareData : 1; // used in Attr for one thing and Element for another 475 473 bool m_focused : 1; 476 474 bool m_active : 1;