[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

jer.noble at apple.com jer.noble at apple.com
Fri Jan 21 15:09:10 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 08429c96a602a159f1fe0b507d4f11bec9d4cba4
Author: jer.noble at apple.com <jer.noble at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 7 23:09:25 2011 +0000

    No review, build fix only.  Removed parameter who was causing
    a warning in Release builds.
    
    * dom/Document.cpp:
    (WebCore::Document::webkitDidExitFullScreenForElement):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75281 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d627c43..6f9e09e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-07  Jer Noble  <jer.noble at apple.com>
+
+        No review, build fix only.  Removed parameter who was causing
+        a warning in Release builds.
+
+        * dom/Document.cpp:
+        (WebCore::Document::webkitDidExitFullScreenForElement):
+
 2011-01-07  Chris Marrin  <cmarrin at apple.com>
 
         Unreviewed.
diff --git a/WebCore/dom/Document.cpp b/WebCore/dom/Document.cpp
index b943f63..d76f7c0 100644
--- a/WebCore/dom/Document.cpp
+++ b/WebCore/dom/Document.cpp
@@ -4861,9 +4861,8 @@ void Document::webkitWillExitFullScreenForElement(Element*)
     recalcStyle(Force);
 }
 
-void Document::webkitDidExitFullScreenForElement(Element* element)
+void Document::webkitDidExitFullScreenForElement(Element*)
 {
-    ASSERT(element);
     m_isFullScreen = false;
     m_areKeysEnabledInFullScreen = false;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list