Changeset 249750 in webkit


Ignore:
Timestamp:
Sep 10, 2019 6:57:06 PM (5 years ago)
Author:
Fujii Hironori
Message:

Unreviewed, rolling out r239097.

This is not a right fix. DumpRenderTree, MiniBrowser and
TestWebKitAPI are still reporting the same warning.

Reverted changeset:

"[Win][WebKitLegacy][Clang] WebKit.h warning:
'IWebEditingDelegate2::shouldInsertNode' hides overloaded
virtual function [-Woverloaded-virtual]"
https://bugs.webkit.org/show_bug.cgi?id=192581
https://trac.webkit.org/changeset/239097

Location:
trunk/Source/WebKitLegacy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/ChangeLog

    r249452 r249750  
     12019-09-10  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        Unreviewed, rolling out r239097.
     4
     5        This is not a right fix. DumpRenderTree, MiniBrowser and
     6        TestWebKitAPI are still reporting the same warning.
     7
     8        Reverted changeset:
     9
     10        "[Win][WebKitLegacy][Clang] WebKit.h warning:
     11        'IWebEditingDelegate2::shouldInsertNode' hides overloaded
     12        virtual function [-Woverloaded-virtual]"
     13        https://bugs.webkit.org/show_bug.cgi?id=192581
     14        https://trac.webkit.org/changeset/239097
     15
    1162019-09-03  Chris Dumez  <cdumez@apple.com>
    217
  • trunk/Source/WebKitLegacy/PlatformWin.cmake

    r248304 r249750  
    266266        )
    267267    endif ()
    268 endif ()
    269 
    270 if (COMPILER_IS_GCC_OR_CLANG)
    271     WEBKIT_ADD_TARGET_CXX_FLAGS(WebKitLegacy -Wno-overloaded-virtual)
    272268endif ()
    273269
Note: See TracChangeset for help on using the changeset viewer.