[SCM] WebKit Debian packaging branch, debian/experimental,	updated. upstream/1.3.3-9427-gc2be6fc
    cmarrin at apple.com 
    cmarrin at apple.com
       
    Wed Dec 22 11:54:20 UTC 2010
    
    
  
The following commit has been merged in the debian/experimental branch:
commit 1d04a879461657a6b4caf160218ac0464f2293ff
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 11 03:30:00 2010 +0000
    Another try at fixing Chromium build
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65119 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/DumpRenderTree/chromium/LayoutTestController.cpp b/WebKitTools/DumpRenderTree/chromium/LayoutTestController.cpp
index eda0601..d0503a0 100644
--- a/WebKitTools/DumpRenderTree/chromium/LayoutTestController.cpp
+++ b/WebKitTools/DumpRenderTree/chromium/LayoutTestController.cpp
@@ -850,7 +850,7 @@ void LayoutTestController::suspendAnimations()
     if (!controller)
         return;
 
-    controller->suspendAnimations(core(webFrame)->document());
+    controller->suspendAnimations(webFrame->document());
 }
 
 void LayoutTestController::resumeAnimations()
@@ -863,7 +863,7 @@ void LayoutTestController::resumeAnimations()
     if (!controller)
         return;
 
-    controller->resumeAnimations(core(webFrame)->document());
+    controller->resumeAnimations(webFrame->document());
 }
 
 void LayoutTestController::pauseAnimationAtTimeOnElementWithId(const CppArgumentList& arguments, CppVariant* result)
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list