[gxml/newattr: 12/13] DocumentTest.vala, ElementTest.vala: make changes to account for the switch from a GLib.HashTable at



commit a3c1d571d9a0cb77c454db5c6d13bb6d07150598
Author: Richard Schwarting <aquarichy gmail com>
Date:   Tue Oct 22 02:52:07 2013 -0400

    DocumentTest.vala, ElementTest.vala: make changes to account for the switch from a GLib.HashTable 
attributes to a GXml.NamedNodeMap; we should consider supporting GLibHashTable methods for backwards 
compatibility though (lookup, size, etc)

 gxml/XPathExpression.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gxml/XPathExpression.vala b/gxml/XPathExpression.vala
index a4a2da5..9eab87f 100644
--- a/gxml/XPathExpression.vala
+++ b/gxml/XPathExpression.vala
@@ -65,7 +65,6 @@ namespace GXml.XPath {
                        ResultType res_type = ResultType.ANY) throws XPath.Error, GXml.Error
                {
                        Document doc = (context_node is Document) ? (Document) context_node : 
context_node.owner_document;
-                       doc.sync_dirty_elements ();
 
                        Xml.XPath.Context context = new Xml.XPath.Context (doc.xmldoc);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]