Changeset 134733 in webkit


Ignore:
Timestamp:
Nov 14, 2012 8:53:22 PM (11 years ago)
Author:
alecflett@chromium.org
Message:

Fix windows build exports (again)
https://bugs.webkit.org/show_bug.cgi?id=102324

Unreviewed windows-only build fix.

Add one more export that was causing unit tests to fail to link.

  • win/WebKit2.def:
  • win/WebKit2CFLite.def:
Location:
trunk/Source/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r134716 r134733  
     12012-11-14  Alec Flett  <alecflett@chromium.org>
     2
     3        Fix windows build exports (again)
     4        https://bugs.webkit.org/show_bug.cgi?id=102324
     5
     6        Unreviewed windows-only build fix.
     7
     8        Add one more export that was causing unit tests to fail to link.
     9
     10        * win/WebKit2.def:
     11        * win/WebKit2CFLite.def:
     12
    1132012-11-14  Brent Fulgham  <bfulgham@webkit.org>
    214
  • trunk/Source/WebKit2/win/WebKit2.def

    r134703 r134733  
    156156        ??0String@WTF@@QAE@PBD@Z
    157157        ??0String@WTF@@QAE@PB_W@Z
     158        ??0String@WTF@@QAE@PB_WI@Z
    158159        ??1SerializedScriptValue@WebCore@@QAE@XZ
    159160        ?absoluteBoundingBoxRect@RenderObject@WebCore@@QBE?AVIntRect@2@_N@Z
  • trunk/Source/WebKit2/win/WebKit2CFLite.def

    r134716 r134733  
    149149        ??0String@WTF@@QAE@PBD@Z
    150150        ??0String@WTF@@QAE@PB_W@Z
     151        ??0String@WTF@@QAE@PB_WI@Z
    151152        ??1SerializedScriptValue@WebCore@@QAE@XZ
    152153        ?absoluteBoundingBoxRect@RenderObject@WebCore@@QBE?AVIntRect@2@_N@Z
Note: See TracChangeset for help on using the changeset viewer.