Gitweb links:

...log 
http://git.netsurf-browser.org/libdom.git/shortlog/387ad01f061d415bbc24e4ba546e660ae33ff01a
...commit 
http://git.netsurf-browser.org/libdom.git/commit/387ad01f061d415bbc24e4ba546e660ae33ff01a
...tree 
http://git.netsurf-browser.org/libdom.git/tree/387ad01f061d415bbc24e4ba546e660ae33ff01a

The branch, master has been updated
       via  387ad01f061d415bbc24e4ba546e660ae33ff01a (commit)
      from  af0e4892995a00aa35f7c288bfba45bdd507dc4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libdom.git/commitdiff/387ad01f061d415bbc24e4ba546e660ae33ff01a
commit 387ad01f061d415bbc24e4ba546e660ae33ff01a
Author: Daniel Silverstone <dsilv...@digital-scurf.org>
Commit: Daniel Silverstone <dsilv...@digital-scurf.org>

    Resynchronise hubbub binding with master

diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c
index 9bbf131..6299da5 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -658,8 +658,8 @@ static hubbub_tree_handler tree_handler = {
        add_attributes,
        set_quirks_mode,
        change_encoding,
-       NULL,
-       complete_script
+       complete_script,
+       NULL
 };
 
 /**


-----------------------------------------------------------------------

Summary of changes:
 bindings/hubbub/parser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c
index 9bbf131..6299da5 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -658,8 +658,8 @@ static hubbub_tree_handler tree_handler = {
        add_attributes,
        set_quirks_mode,
        change_encoding,
-       NULL,
-       complete_script
+       complete_script,
+       NULL
 };
 
 /**


-- 
Document Object Model library

_______________________________________________
netsurf-commits mailing list
netsurf-commits@netsurf-browser.org
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to