Changeset 235839 in webkit


Ignore:
Timestamp:
Sep 9, 2018 9:54:58 PM (6 years ago)
Author:
Fujii Hironori
Message:

[MSVC] X86Assembler.h(108): error C2666: 'WebCore::operator -': 7 overloads have similar conversions
https://bugs.webkit.org/show_bug.cgi?id=189467

Unreviewed build fix for WinCairo port.

MSVC reports compilation errors if certain JSC header files are
included after "using namespace" statements.

  • Sources.txt: Added @no-unify to InjectedBundleNodeHandle.cpp and InjectedBundleRangeHandle.cpp temporarily.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r235834 r235839  
     12018-09-09  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [MSVC] X86Assembler.h(108): error C2666: 'WebCore::operator -': 7 overloads have similar conversions
     4        https://bugs.webkit.org/show_bug.cgi?id=189467
     5
     6        Unreviewed build fix for WinCairo port.
     7
     8        MSVC reports compilation errors if certain JSC header files are
     9        included after "using namespace" statements.
     10
     11        * Sources.txt: Added @no-unify to InjectedBundleNodeHandle.cpp and InjectedBundleRangeHandle.cpp temporarily.
     12
    1132018-09-08  Wenson Hsieh  <wenson_hsieh@apple.com>
    214
  • trunk/Source/WebKit/Sources.txt

    r235823 r235839  
    452452WebProcess/InjectedBundle/DOM/InjectedBundleCSSStyleDeclarationHandle.cpp
    453453WebProcess/InjectedBundle/DOM/InjectedBundleFileHandle.cpp
    454 WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp
    455 WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp
     454WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp @no-unify
     455WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp @no-unify
    456456
    457457WebProcess/MediaStream/MediaDeviceSandboxExtensions.cpp
Note: See TracChangeset for help on using the changeset viewer.