Changeset 90173 in webkit


Ignore:
Timestamp:
Jun 30, 2011, 3:29:01 PM (14 years ago)
Author:
andersca@apple.com
Message:

Fix clang build.

Remove the complete Widget constructor from the .exp.in file; since Widget is an abstract class,
its complete constructor can never be called and clang has stopped emitting it altogether.

  • WebCore.exp.in:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r90169 r90173  
     12011-06-30  Anders Carlsson  <andersca@apple.com>
     2
     3        Fix clang build.
     4
     5        Remove the complete Widget constructor from the .exp.in file; since Widget is an abstract class,
     6        its complete constructor can never be called and clang has stopped emitting it altogether.
     7
     8        * WebCore.exp.in:
     9
    1102011-06-30  Levi Weintraub  <leviw@chromium.org>
    211
  • trunk/Source/WebCore/WebCore.exp.in

    r90129 r90173  
    814814__ZN7WebCore6Widget8setFocusEb
    815815__ZN7WebCore6Widget9setParentEPNS_10ScrollViewE
    816 __ZN7WebCore6WidgetC1EP6NSView
    817816__ZN7WebCore6WidgetC2EP6NSView
    818817__ZN7WebCore6WidgetD2Ev
Note: See TracChangeset for help on using the changeset viewer.