[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

weinig at apple.com weinig at apple.com
Wed Apr 7 23:04:16 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d4f8c9e12577fd60afa99667218eaf6b5c931841
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