Changeset 35249 in webkit


Ignore:
Timestamp:
Jul 19, 2008 3:05:26 PM (16 years ago)
Author:
oliver@apple.com
Message:

Attempt to fix windows build.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r35248 r35249  
     12008-07-19  Oliver Hunt  <oliver@apple.com>
     2
     3        Reviewed by NOBODY (Build fix).
     4
     5        Attempt to fix windows build
     6
     7        * svg/SVGAnimatedProperty.h:
     8
    192008-07-19  Nikolas Zimmermann  <zimmermann@kde.org>
    210
  • trunk/WebCore/svg/SVGAnimatedProperty.h

    r35248 r35249  
    125125        PassRefPtr<TearOff> animatedTearOff() const;
    126126
     127#if COMPILER(MSVC)
     128#pragma warning(push, 0)
     129#pragma warning(disable:4505)
     130#endif
    127131        void synchronize() const;
     132#if COMPILER(MSVC)
     133#pragma warning(pop)
     134#endif
    128135
    129136        void startAnimation() const;
Note: See TracChangeset for help on using the changeset viewer.