[webkit-changes] cvs commit: WebCore/khtml/xml dom_elementimpl.h
David
hyatt at opensource.apple.com
Sat Jul 9 19:27:22 PDT 2005
hyatt 05/07/09 19:27:22
Modified: . ChangeLog
khtml/xml dom_elementimpl.h
Removed: ForwardingHeaders/misc htmltags.h
Log:
Make sure to keep eLastEntry at the end of the list, since it is used for the dynamic portion of the
hash.
Reviewed by mjs
Revision Changes Path
1.4399 +7 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4398
retrieving revision 1.4399
diff -u -r1.4398 -r1.4399
--- ChangeLog 9 Jul 2005 21:14:59 -0000 1.4398
+++ ChangeLog 10 Jul 2005 02:27:18 -0000 1.4399
@@ -1,3 +1,10 @@
+2005-07-09 David Hyatt <hyatt at apple.com>
+
+ Make sure to keep eLastEntry at the end of the list, since it is used for the dynamic portion of the
+ hash.
+
+ Reviewed by mjs
+
2005-07-09 Maciej Stachowiak <mjs at apple.com>
Reviewed by Eric Seidel.
1.44 +2 -1 WebCore/khtml/xml/dom_elementimpl.h
Index: dom_elementimpl.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/xml/dom_elementimpl.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- dom_elementimpl.h 9 Jul 2005 20:19:22 -0000 1.43
+++ dom_elementimpl.h 10 Jul 2005 02:27:22 -0000 1.44
@@ -319,8 +319,9 @@
AtomicString m_id;
};
+// When adding new entries, make sure to keep eLastEntry at the end of the list.
enum MappedAttributeEntry { eNone, eUniversal, ePersistent, eReplaced, eBlock, eHR, eUnorderedList, eListItem,
- eTable, eCell, eCaption, eLastEntry, eMarquee };
+ eTable, eCell, eCaption, eMarquee, eLastEntry };
class CSSMappedAttributeDeclarationImpl : public CSSMutableStyleDeclarationImpl
{
More information about the webkit-changes
mailing list