Title: [176722] trunk/Source/WebCore
- Revision
- 176722
- Author
- [email protected]
- Date
- 2014-12-03 07:26:39 -0800 (Wed, 03 Dec 2014)
Log Message
URTBF after r176721 to fix ENABLE(CSS_DEVICE_ADAPTATION) build.
* css/CSSParser.cpp:
(WebCore::CSSParser::parseViewportProperty):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (176721 => 176722)
--- trunk/Source/WebCore/ChangeLog 2014-12-03 14:46:15 UTC (rev 176721)
+++ trunk/Source/WebCore/ChangeLog 2014-12-03 15:26:39 UTC (rev 176722)
@@ -1,3 +1,10 @@
+2014-12-03 Csaba Osztrogonác <[email protected]>
+
+ URTBF after r176721 to fix ENABLE(CSS_DEVICE_ADAPTATION) build.
+
+ * css/CSSParser.cpp:
+ (WebCore::CSSParser::parseViewportProperty):
+
2014-12-03 Chris Dumez <[email protected]>
Move 'display' CSS property to the new StyleBuilder
Modified: trunk/Source/WebCore/css/CSSParser.cpp (176721 => 176722)
--- trunk/Source/WebCore/css/CSSParser.cpp 2014-12-03 14:46:15 UTC (rev 176721)
+++ trunk/Source/WebCore/css/CSSParser.cpp 2014-12-03 15:26:39 UTC (rev 176722)
@@ -12216,7 +12216,7 @@
RefPtr<CSSValue> parsedValue;
if (validPrimitive) {
- parsedValue = parseValidPrimitive(id, value);
+ parsedValue = parseValidPrimitive(id, *value);
m_valueList->next();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes