[SCM] WebKit Debian packaging branch, debian/experimental,	updated. upstream/1.3.3-9427-gc2be6fc
    andreip at google.com 
    andreip at google.com
       
    Wed Dec 22 11:33:32 UTC 2010
    
    
  
The following commit has been merged in the debian/experimental branch:
commit 83657c0fb7c2353b5541141f84b0e7764fae1428
Author: andreip at google.com <andreip at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 29 12:00:17 2010 +0000
    2010-07-29  Andrei Popescu  <andreip at google.com>
    
            Reviewed by Jeremy Orlow.
    
            [IndexedDB] WebDOMStringList ctor is not exported and causes link errors for the multi-dll chromium build
            https://bugs.webkit.org/show_bug.cgi?id=43186
    
            Add WEBKIT_API to WebDOMStringList default ctor.
    
            * public/WebDOMStringList.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64271 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 4255315..4aacdad 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-29  Andrei Popescu  <andreip at google.com>
+
+        Reviewed by Jeremy Orlow.
+
+        [IndexedDB] WebDOMStringList ctor is not exported and causes link errors for the multi-dll chromium build
+        https://bugs.webkit.org/show_bug.cgi?id=43186
+
+        Add WEBKIT_API to WebDOMStringList default ctor.
+
+        * public/WebDOMStringList.h:
+
 2010-07-29  Satish Sampath  <satish at chromium.org>
 
         Reviewed by Steve Block.
diff --git a/WebKit/chromium/public/WebDOMStringList.h b/WebKit/chromium/public/WebDOMStringList.h
index d88fcee..dabf1b7 100644
--- a/WebKit/chromium/public/WebDOMStringList.h
+++ b/WebKit/chromium/public/WebDOMStringList.h
@@ -46,7 +46,7 @@ class WebDOMStringList {
 public:
     ~WebDOMStringList() { reset(); }
 
-    WebDOMStringList();
+    WEBKIT_API WebDOMStringList();
     WebDOMStringList(const WebDOMStringList& l) { assign(l); }
     WebDOMStringList& operator=(const WebDOMStringList& l)
     {
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list