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

weinig at apple.com weinig at apple.com
Thu Oct 29 20:51:43 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 776b34cabe820d1966c53b025723e610a7f6ab18
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Oct 25 08:22:01 2009 +0000

    Another try at fixing windows.
    
    * DOMCreateInstance.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50043 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 7791748..8594d2a 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,5 +1,11 @@
 2009-10-25  Sam Weinig  <sam at webkit.org>
 
+        Another try at fixing windows.
+
+        * DOMCreateInstance.cpp:
+
+2009-10-25  Sam Weinig  <sam at webkit.org>
+
         Touch WebKit.idl in an effort to try and regenerate the COM bindings.
 
         * Interfaces/WebKit.idl:
diff --git a/WebKit/win/DOMCreateInstance.cpp b/WebKit/win/DOMCreateInstance.cpp
index ebaa4ce..40ecb5f 100644
--- a/WebKit/win/DOMCreateInstance.cpp
+++ b/WebKit/win/DOMCreateInstance.cpp
@@ -45,6 +45,7 @@
 #include "GEN_DOMHTMLElement.h"
 #include "GEN_DOMHTMLDocument.h"
 #include "GEN_DOMHTMLCollection.h"
+#include "GEN_DOMHTMLOptionsCollection.h"
 #include "GEN_DOMDocumentType.h"
 #include "GEN_DOMDocumentFragment.h"
 #include "GEN_DOMNotation.h"
@@ -90,6 +91,7 @@
 #include <WebCore/HTMLDocument.h>
 #include <WebCore/HTMLElement.h>
 #include <WebCore/HTMLCollection.h>
+#include <WebCore/HTMLOptionsCollection.h>
 #include <WebCore/DocumentType.h>
 #include <WebCore/DocumentFragment.h>
 #include <WebCore/Notation.h>
@@ -355,3 +357,4 @@ CREATE_ONLY_SELF(StyleSheetList)
 // HTML
 
 CREATE_ONLY_SELF(HTMLCollection)
+CREATE_ONLY_SELF(HTMLOptionsCollection)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list