[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

aestes at apple.com aestes at apple.com
Wed Dec 22 13:40:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7fb8978e00d94191a2311efb889b90bf6a2ac7a5
Author: aestes at apple.com <aestes at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 23 02:57:49 2010 +0000

    Fix a typo and correct an inaccurate phrase in a comment.
    
    Rubber-stamped by Darin Adler.
    
    * html/parser/HTMLTreeBuilder.cpp:
    (WebCore::HTMLTreeBuilder::processEndTag):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68116 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 691316d..09393a1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,14 @@
 2010-09-22  Andy Estes  <aestes at apple.com>
 
+        Rubber-stamped by Darin Adler.
+
+        Fix a typo and correct an inaccurate phrase in a comment.
+
+        * html/parser/HTMLTreeBuilder.cpp:
+        (WebCore::HTMLTreeBuilder::processEndTag):
+
+2010-09-22  Andy Estes  <aestes at apple.com>
+
         Reviewed by Adam Barth.
 
         REGRESSION (r61285): <script /> parses differently in HTML5
diff --git a/WebCore/html/parser/HTMLTreeBuilder.cpp b/WebCore/html/parser/HTMLTreeBuilder.cpp
index 402ee80..355dc8d 100644
--- a/WebCore/html/parser/HTMLTreeBuilder.cpp
+++ b/WebCore/html/parser/HTMLTreeBuilder.cpp
@@ -2210,7 +2210,7 @@ void HTMLTreeBuilder::processEndTag(AtomicHTMLToken& token)
             // This token will not have been created by the tokenizer if a
             // self-closing script tag was encountered and pre-HTML5 parser
             // quirks are enabled. We must set the tokenizer's state to
-            // DataState explicitly since the tokenzier didn't have a chance to.
+            // DataState explicitly if the tokenizer didn't have a chance to.
             ASSERT(m_tokenizer->state() == HTMLTokenizer::DataState || m_usePreHTML5ParserQuirks);
             m_tokenizer->setState(HTMLTokenizer::DataState);
             return;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list