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

mrowe at apple.com mrowe at apple.com
Wed Dec 22 12:55:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bbb8b859211cfd0c7517df23ebec2acc41e284ee
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 2 02:23:10 2010 +0000

    Fix TestNetscapePlugIn to compile without access to QuickDraw private headers.
    
    Reviewed by Adam Roben.
    
    * DumpRenderTree/TestNetscapePlugIn/main.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66634 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 90797fd..4fefdef 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-01  Mark Rowe  <mrowe at apple.com>
+
+        Reviewed by Adam Roben.
+
+        Fix TestNetscapePlugIn to compile without access to QuickDraw private headers.
+
+        * DumpRenderTree/TestNetscapePlugIn/main.cpp:
+
 2010-09-01  Brian Weinstein  <bweinstein at apple.com>
 
         Reviewed by Adam Roben.
diff --git a/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp b/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
index ab22b4e..c02e918 100644
--- a/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
+++ b/WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
@@ -26,9 +26,12 @@
 #include "PluginObject.h"
 
 #include "PluginTest.h"
-
 #include <string>
 
+#if !defined(NP_NO_CARBON) && defined(QD_HEADERS_ARE_PRIVATE) && QD_HEADERS_ARE_PRIVATE
+extern "C" void GlobalToLocal(Point*);
+#endif
+
 using namespace std;
 
 #define CRASH() do { \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list