[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 02:21:11 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=16401





------- Comment #204 from lkcl at lkcl.net  2009-06-08 02:21 PDT -------
(In reply to comment #202)
> (In reply to comment #199)
> >  "XPathNSResolver" is one object which is NOT returned as the return
> >  result from ANY other webkit DOM object function.
> 
> <http://trac.webkit.org/browser/trunk/WebCore/dom/Document.idl#L124>

 *double-take...* ok - ah, drat, sorry sorry, mark: i meant XPathEvaluator.

lkcl at gonzalez:/var/src/WebKit$ grep XPathEvaluator */*/*.idl
WebCore/dom/Document.idl:        // DOM Level 3 XPath (XPathEvaluator
interface)
WebCore/page/DOMWindow.idl:        attribute XPathEvaluatorConstructor
XPathEvaluator;
WebCore/xml/XPathEvaluator.idl:    interface [GenerateConstructor,
CanBeConstructed, Conditional=XPATH] XPathEvaluator {
lkcl at gonzalez:/var/src/WebKit$ grep XPathEvaluator */*/*.idl */*/*/*.idl
WebCore/dom/Document.idl:        // DOM Level 3 XPath (XPathEvaluator
interface)
WebCore/page/DOMWindow.idl:        attribute XPathEvaluatorConstructor
XPathEvaluator;
WebCore/xml/XPathEvaluator.idl:    interface [GenerateConstructor,
CanBeConstructed, Conditional=XPATH] XPathEvaluator {
WebKit/win/Interfaces/DOMWindow.idl:    //attribute XPathEvaluatorConstructor
XPathEvaluator;


regardless - thank you for highlighting this function: it's prompted me to
review things more closely, and it looks like leon's just using
gdom_x_path_evaluator_create_ns_resolver in the wrong way.

appreciated.

l.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list