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

andersca at apple.com andersca at apple.com
Wed Dec 22 14:43:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 99195e5e2d8457a769cc7b566815929b96b6b0bd
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 18 19:48:48 2010 +0000

    Fix build.
    
    * DumpRenderTree/TestNetscapePlugIn/main.cpp:
    (handleEventCarbon):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69986 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 7b18d55..9f68e3e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-18  Anders Carlsson  <andersca at apple.com>
+
+        Fix build.
+
+        * DumpRenderTree/TestNetscapePlugIn/main.cpp:
+        (handleEventCarbon):
+
 2010-10-18  Stuart Morgan  <stuartmorgan at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp b/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
index afb80cf..e240c42 100644
--- a/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
+++ b/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
@@ -462,7 +462,7 @@ static int16_t handleEventCarbon(NPP instance, PluginObject* obj, EventRecord* e
             pluginLog(instance, "kHighLevelEvent");
             break;
         // NPAPI events
-        case NPEventType_LoseFocusEvent:
+        case NPEventType_GetFocusEvent:
             pluginLog(instance, "getFocusEvent");
             break;
         case NPEventType_LoseFocusEvent:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list