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

jparent at chromium.org jparent at chromium.org
Thu Oct 29 20:39:19 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit db14ff3d6d80f13ca97dcf351741adb0a09a6acb
Author: jparent at chromium.org <jparent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 5 22:31:52 2009 +0000

    Unreviewed, Chromium build fix #2.  Add new BEFORELOADEVENT to V8ClassIndex.
    
    Patch by Julie Parent <jparent at chromium.org> on 2009-10-05
    * bindings/v8/V8Index.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49117 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0745725..5dc6ab7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-10-05  Julie Parent  <jparent at chromium.org>
 
+        Unreviewed, Chromium build fix #2.  Add new BEFORELOADEVENT to V8ClassIndex.
+
+        * bindings/v8/V8Index.h:
+
+2009-10-05  Julie Parent  <jparent at chromium.org>
+
         Unreviewed, Chromium build fix.  Missing "," after entry for BeforeLoadEvent.idl. 
 
         * WebCore.gypi:
diff --git a/WebCore/bindings/v8/V8Index.h b/WebCore/bindings/v8/V8Index.h
index 795588f..490a9ce 100644
--- a/WebCore/bindings/v8/V8Index.h
+++ b/WebCore/bindings/v8/V8Index.h
@@ -321,6 +321,7 @@ typedef v8::Persistent<v8::FunctionTemplate> (*FunctionTemplateFactory)();
 // DOM_OBJECT_TYPES are non-node DOM types.
 #define DOM_OBJECT_TYPES_1(V)                                           \
     V(BARINFO, BarInfo)                                                 \
+    V(BEFORELOADEVENT, BeforeLoadEvent)                                 \
     V(CANVASGRADIENT, CanvasGradient)                                   \
     V(CANVASPATTERN, CanvasPattern)                                     \
     V(CANVASRENDERINGCONTEXT, CanvasRenderingContext)                   \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list