[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

abarth at webkit.org abarth at webkit.org
Thu Oct 29 20:31:45 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 8b7ef8caad7b06e5d9ede4c51ceb940df1a91c01
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 22 05:35:18 2009 +0000

    Added missing brace.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48621 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
index 5fd667e..84ddb91 100644
--- a/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
+++ b/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
@@ -68,7 +68,7 @@ v8::Handle<v8::Value> V8Custom::WindowSetTimeoutImpl(const v8::Arguments& args,
     v8::Handle<v8::Value> function = args[0];
 
     WebCore::String functionString;
-    if (!function->IsFunction())
+    if (!function->IsFunction()) {
         functionString = function->IsString() ? 
             toWebCoreString(function) : toWebCoreString(function->ToString());
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list