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 Kevin.
[WebKit-https.git]
/
WebCore
/
khtml
/
xml
/
dom_nodeimpl.h
diff --git
a/WebCore/khtml/xml/dom_nodeimpl.h
b/WebCore/khtml/xml/dom_nodeimpl.h
index 1491a2238acd669daef6f1742e7c70b03f255e7c..18f6c002767e8442dd3f04a6d61dd8b504073403 100644
(file)
--- a/
WebCore/khtml/xml/dom_nodeimpl.h
+++ b/
WebCore/khtml/xml/dom_nodeimpl.h
@@
-559,6
+559,7
@@
public:
// DOM methods & attributes for NodeList
virtual unsigned long length() const = 0;
virtual NodeImpl *item ( unsigned long index ) const = 0;
+ virtual NodeImpl *itemById ( const DOMString & elementId ) const;
// Other methods (not part of DOM)