Changeset 76543 in webkit


Ignore:
Timestamp:
Jan 24, 2011 1:02:03 PM (13 years ago)
Author:
jberlin@webkit.org
Message:

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.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r76536 r76543  
     12011-01-24  Jessie Berlin  <jberlin@apple.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        WebKit2: LayoutTests: The UNIMPLEMENTED warnings in TextCheckerWin should be disabled
     6        https://bugs.webkit.org/show_bug.cgi?id=53029
     7
     8        * UIProcess/win/TextCheckerWin.cpp:
     9        Disable the warnings for this file.
     10
    1112011-01-24  Anders Carlsson  <andersca@apple.com>
    212
  • trunk/Source/WebKit2/UIProcess/win/TextCheckerWin.cpp

    r75086 r76543  
    2626#include "TextChecker.h"
    2727
     28#define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
    2829#include "NotImplemented.h"
    2930#include "TextCheckerState.h"
Note: See TracChangeset for help on using the changeset viewer.