[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:47:18 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 6e9949d9ed58b736d4609742545fb014a4c18d6c
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 23 02:04:31 2009 +0000

    2009-12-22  Nayan Kumar K  <nayankk at gmail.com>
    
            Reviewed by Eric Seidel.
    
            Fix assert failure with WML pages having 'Refresh' task in
            'onenterforward' event.
    
            https://bugs.webkit.org/show_bug.cgi?id=30989
    
            Writing Layout test is not possible. Please refer to the discussion
            in bug id #30989. A sample test case is attached in BugZilla.
    
            * wml/WMLCardElement.cpp:
            (WebCore::WMLCardElement::handleIntrinsicEventIfNeeded):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52515 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7a913d1..f8b5186 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2009-12-22  Nayan Kumar K  <nayankk at gmail.com>
+
+        Reviewed by Eric Seidel.
+
+        Fix assert failure with WML pages having 'Refresh' task in
+        'onenterforward' event.
+
+        https://bugs.webkit.org/show_bug.cgi?id=30989
+
+        Writing Layout test is not possible. Please refer to the discussion
+        in bug id #30989. A sample test case is attached in BugZilla.
+
+        * wml/WMLCardElement.cpp:
+        (WebCore::WMLCardElement::handleIntrinsicEventIfNeeded):
+
 2009-12-22  Darin Adler  <darin at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebCore/wml/WMLCardElement.cpp b/WebCore/wml/WMLCardElement.cpp
index 818b818..45752cd 100644
--- a/WebCore/wml/WMLCardElement.cpp
+++ b/WebCore/wml/WMLCardElement.cpp
@@ -136,7 +136,7 @@ void WMLCardElement::handleIntrinsicEventIfNeeded()
     // Calculate the entry method of current card 
     WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown;
 
-    switch (loader->loadType()) {
+    switch (loader->policyChecker()->loadType()) {
     case FrameLoadTypeReload:
         break;
     case FrameLoadTypeBack:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list