⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243532 in webkit


Ignore:
Timestamp:
Mar 26, 2019, 6:05:32 PM (7 years ago)
Author:
Said Abou-Hallawa
Message:

Unreviewed Windows build fix
https://bugs.webkit.org/show_bug.cgi?id=196083
<rdar://problem/49121836>

  • svg/SVGAnimatorFactory.h:

(WebCore::SVGAnimatorFactory::isSupportedAttributeType):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243525 r243532  
     12019-03-26  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        Unreviewed Windows build fix
     4        https://bugs.webkit.org/show_bug.cgi?id=196083
     5        <rdar://problem/49121836>
     6
     7        * svg/SVGAnimatorFactory.h:
     8        (WebCore::SVGAnimatorFactory::isSupportedAttributeType):
     9
    1102019-03-26  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Source/WebCore/svg/SVGAnimatorFactory.h

    r243515 r243532  
    4848        case AnimatedString:
    4949        case AnimatedUnknown:
    50             return false;
     50            break;
    5151
    5252        case AnimatedPath:
     
    5454            return true;
    5555        }
     56
     57        return false;
    5658    }
    5759
Note: See TracChangeset for help on using the changeset viewer.