Changeset 207507 in webkit


Ignore:
Timestamp:
Oct 18, 2016 5:20:53 PM (8 years ago)
Author:
hyatt@apple.com
Message:

Fix GTK build.

  • css/parser/CSSPropertyParser.cpp:

(WebCore::CSSPropertyParser::parseSingleValue):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207505 r207507  
     12016-10-18  Dave Hyatt  <hyatt@apple.com>
     2
     3        Fix GTK build.
     4
     5        * css/parser/CSSPropertyParser.cpp:
     6        (WebCore::CSSPropertyParser::parseSingleValue):
     7
    182016-10-18  Sam Weinig  <sam@webkit.org>
    29
  • trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp

    r207490 r207507  
    32643264#if ENABLE(CSS_IMAGE_ORIENTATION)
    32653265    case CSSPropertyImageOrientation:
    3266         return consumeImageOrientation(m_range);
     3266        return consumeImageOrientation(m_range, m_context.mode);
    32673267#endif
    32683268    case CSSPropertyBackgroundAttachment:
Note: See TracChangeset for help on using the changeset viewer.