Changeset 184419 in webkit


Ignore:
Timestamp:
May 15, 2015, 2:59:50 PM (10 years ago)
Author:
Alan Bujtas
Message:

WebCore ASan debug build fails. ERROR: WebCore has a weak external symbol in it.
https://bugs.webkit.org/show_bug.cgi?id=145070

Reviewed by David Kilzer.

Build fix.

  • Configurations/WebCore.unexp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r184417 r184419  
     12015-05-15  Zalan Bujtas  <zalan@apple.com>
     2
     3        WebCore ASan debug build fails. ERROR: WebCore has a weak external symbol in it.
     4        https://bugs.webkit.org/show_bug.cgi?id=145070
     5
     6        Reviewed by David Kilzer.
     7
     8        Build fix.
     9
     10        * Configurations/WebCore.unexp:
     11
    1122015-05-15  Beth Dakin  <bdakin@apple.com>
    213
  • trunk/Source/WebCore/Configurations/WebCore.unexp

    r181190 r184419  
    4747_DDDFAScannerCreateFromCache
    4848_DDDFAScannerFirstResultInUnicharArray
     49# Source/WebCore/page/mac/ServicesOverlayController.mm
     50_DDHighlightCreateWithRectsInVisibleRectWithStyleAndDirection
     51_DDHighlightPointIsOnHighlight
    4952
    5053# Subclasses of an exported C++ class in JavaScriptCore.
Note: See TracChangeset for help on using the changeset viewer.