[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:30:28 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 5556707514c66465c975532e814f93a47c922840
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 9 23:32:36 2009 +0000

    2009-12-09  Steve Block  <steveblock at google.com>
    
            Reviewed by Darin Fisher.
    
            Adds wtf/StdLibExtras.h include for DEFINE_STATIC_LOCAL in V8 ScriptState.
            https://bugs.webkit.org/show_bug.cgi?id=32330
    
            Build fix only, no new tests.
    
            * bindings/v8/ScriptState.cpp: Modified. Adds wtf/StdLibExtras.h include.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51930 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 84bfa33..420996c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,16 @@
 2009-12-09  Steve Block  <steveblock at google.com>
 
+        Reviewed by Darin Fisher.
+
+        Adds wtf/StdLibExtras.h include for DEFINE_STATIC_LOCAL in V8 ScriptState.
+        https://bugs.webkit.org/show_bug.cgi?id=32330
+
+        Build fix only, no new tests.
+
+        * bindings/v8/ScriptState.cpp: Modified. Adds wtf/StdLibExtras.h include.
+
+2009-12-09  Steve Block  <steveblock at google.com>
+
         Reviewed by Darin Adler.
 
         Adds ENABLE(INSPECTOR) guards around script binding methods that use types
diff --git a/WebCore/bindings/v8/ScriptState.cpp b/WebCore/bindings/v8/ScriptState.cpp
index 5854ce9..68593e7 100644
--- a/WebCore/bindings/v8/ScriptState.cpp
+++ b/WebCore/bindings/v8/ScriptState.cpp
@@ -37,6 +37,7 @@
 #include "ScriptController.h"
 
 #include <wtf/Assertions.h>
+#include <wtf/StdLibExtras.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list