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

aroben at apple.com aroben at apple.com
Wed Dec 22 11:42:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4657505da06e382accd4597511efdd20f4b4e3fc
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 4 19:49:29 2010 +0000

    Windows build fix
    
    * WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:
    (WebKit::NPN_SetValue): Added some case statements that are compiled
    on Windows to avoid a warning about having default but not cases.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64667 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 14d0c8e..0329a0c 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -2,6 +2,14 @@
 
         Windows build fix
 
+        * WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:
+        (WebKit::NPN_SetValue): Added some case statements that are compiled
+        on Windows to avoid a warning about having default but not cases.
+
+2010-08-04  Adam Roben  <aroben at apple.com>
+
+        Windows build fix
+
         * win/WebKit2.vcproj: Added NetscapeBrowserFuncs.
 
 2010-08-04  Adam Roben  <aroben at apple.com>
diff --git a/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp b/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp
index b7a3e22..f60f6c5 100644
--- a/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp
+++ b/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp
@@ -462,6 +462,8 @@ static NPError NPN_SetValue(NPP npp, NPPVariable variable, void *value)
         }
 #endif
 
+        case NPPVpluginWindowBool:
+        case NPPVpluginTransparentBool:
         default:
             notImplemented();
             return NPERR_GENERIC_ERROR;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list