git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reviewed by Ken.
[WebKit-https.git]
/
WebCore
/
khtml
/
html
/
html_miscimpl.h
diff --git
a/WebCore/khtml/html/html_miscimpl.h
b/WebCore/khtml/html/html_miscimpl.h
index 5d58598bdd5b326e609f5e996c1eee1ff6d1f2d3..19c4d902a0f66c7f25773f683bb0f67f14d840d4 100644
(file)
--- a/
WebCore/khtml/html/html_miscimpl.h
+++ b/
WebCore/khtml/html/html_miscimpl.h
@@
-69,6
+69,8
@@
public:
MAP_AREAS,
DOC_ALL, // "all" elements (IE)
NODE_CHILDREN, // first-level children (IE)
+ DOC_NAMEABLE_ITEMS, // all IMG, FORM, APPLET, EMBED and OBJECT elements, used to look
+ // up element name as document property
LAST_TYPE
};