Title: [207507] trunk/Source/WebCore
Revision
207507
Author
hy...@apple.com
Date
2016-10-18 17:20:53 -0700 (Tue, 18 Oct 2016)

Log Message

Fix GTK build.

* css/parser/CSSPropertyParser.cpp:
(WebCore::CSSPropertyParser::parseSingleValue):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207506 => 207507)


--- trunk/Source/WebCore/ChangeLog	2016-10-19 00:12:13 UTC (rev 207506)
+++ trunk/Source/WebCore/ChangeLog	2016-10-19 00:20:53 UTC (rev 207507)
@@ -1,3 +1,10 @@
+2016-10-18  Dave Hyatt  <hy...@apple.com>
+
+        Fix GTK build.
+
+        * css/parser/CSSPropertyParser.cpp:
+        (WebCore::CSSPropertyParser::parseSingleValue):
+
 2016-10-18  Sam Weinig  <s...@webkit.org>
 
         Simplify SerializedScriptValue, MessagePortArray and ArrayBufferArray to ease generation

Modified: trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp (207506 => 207507)


--- trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp	2016-10-19 00:12:13 UTC (rev 207506)
+++ trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp	2016-10-19 00:20:53 UTC (rev 207507)
@@ -3263,7 +3263,7 @@
         return consumeReflect(m_range, m_context);
 #if ENABLE(CSS_IMAGE_ORIENTATION)
     case CSSPropertyImageOrientation:
-        return consumeImageOrientation(m_range);
+        return consumeImageOrientation(m_range, m_context.mode);
 #endif
     case CSSPropertyBackgroundAttachment:
     case CSSPropertyBackgroundBlendMode:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to