Changeset 206270 in webkit


Ignore:
Timestamp:
Sep 22, 2016 1:48:55 PM (8 years ago)
Author:
bshafiei@apple.com
Message:

Merge r206027. rdar://problem/28366812

Location:
branches/safari-602-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-602-branch/Source/WebCore/ChangeLog

    r206053 r206270  
     12016-09-22  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Merge r206027. rdar://problem/28366812
     4
     5    2016-09-16  Per Arne Vollan  <pvollan@apple.com>
     6
     7            [Win] Compile fix.
     8            https://bugs.webkit.org/show_bug.cgi?id=162059
     9
     10            Reviewed by Alex Christensen.
     11
     12            If an include file exists in two places in the include paths, we can end up including the file twice,
     13            since #pragma once will not protect us against this.
     14
     15            * PlatformWin.cmake: Put WebCore forwarding folder first in include list.
     16
    1172016-09-16  Babak Shafiei  <bshafiei@apple.com>
    218
  • branches/safari-602-branch/Source/WebCore/PlatformWin.cmake

    r203038 r206270  
    22
    33list(APPEND WebCore_INCLUDE_DIRECTORIES
     4    "${WEBCORE_DIR}/ForwardingHeaders"
    45    "${CMAKE_BINARY_DIR}/../include/private"
    56    "${CMAKE_BINARY_DIR}/../include/private/JavaScriptCore"
     
    2526    "${DERIVED_SOURCES_DIR}/ForwardingHeaders/JavaScriptCore/yarr"
    2627    "${DERIVED_SOURCES_DIR}/ForwardingHeaders/WTF"
    27     "${WEBCORE_DIR}/ForwardingHeaders"
    2828    "${WEBCORE_DIR}/accessibility/win"
    2929    "${WEBCORE_DIR}/page/win"
Note: See TracChangeset for help on using the changeset viewer.