[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

jberlin at webkit.org jberlin at webkit.org
Sun Feb 20 23:44:40 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit b2f777a9e2ff5865dd8ac7e59bf4dd1e4dd87201
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 21:02:03 2011 +0000

    WebKit2: LayoutTests: The UNIMPLEMENTED warnings in TextCheckerWin should be disabled
    https://bugs.webkit.org/show_bug.cgi?id=53029
    
    Reviewed by Adam Roben.
    
    * UIProcess/win/TextCheckerWin.cpp:
    Disable the warnings for this file.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76543 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index f3312ad..2049d18 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-24  Jessie Berlin  <jberlin at apple.com>
+
+        Reviewed by Adam Roben.
+
+        WebKit2: LayoutTests: The UNIMPLEMENTED warnings in TextCheckerWin should be disabled
+        https://bugs.webkit.org/show_bug.cgi?id=53029
+
+        * UIProcess/win/TextCheckerWin.cpp:
+        Disable the warnings for this file.
+
 2011-01-24  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp b/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp
index 3c4b1eb..4531b3d 100644
--- a/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp
+++ b/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp
@@ -25,6 +25,7 @@
 
 #include "TextChecker.h"
 
+#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
 #include "NotImplemented.h"
 #include "TextCheckerState.h"
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list