[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

victorw at chromium.org victorw at chromium.org
Wed Dec 22 12:18:39 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 94542ff8e959f55f17991b9d89c7a6f712135710
Author: victorw at chromium.org <victorw at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 18 22:34:31 2010 +0000

    2010-08-18  Victor Wang  <victorw at chromium.org>
    
            Unreviewed. Fix chromium multi dll build.
    
            * public/WebIDBKeyPath.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65634 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 5882a7a..c99e5f4 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-18  Victor Wang  <victorw at chromium.org>
+
+        Unreviewed. Fix chromium multi dll build.
+
+        * public/WebIDBKeyPath.h:
+
 2010-08-18  Jay Civelli  <jcivelli at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKit/chromium/public/WebIDBKeyPath.h b/WebKit/chromium/public/WebIDBKeyPath.h
index d08ec63..db6c363 100644
--- a/WebKit/chromium/public/WebIDBKeyPath.h
+++ b/WebKit/chromium/public/WebIDBKeyPath.h
@@ -40,7 +40,7 @@ class WebString;
 
 class WebIDBKeyPath {
 public:
-    static WebIDBKeyPath create(const WebString&);
+    WEBKIT_API static WebIDBKeyPath create(const WebString&);
     WebIDBKeyPath(const WebIDBKeyPath& keyPath) { assign(keyPath); }
     ~WebIDBKeyPath() { reset(); }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list