Title: [207548] trunk/Source/WebCore
Revision
207548
Author
clo...@igalia.com
Date
2016-10-19 11:25:36 -0700 (Wed, 19 Oct 2016)

Log Message

[GTK][EFL] Build fix after r207543.
https://bugs.webkit.org/show_bug.cgi?id=163671

Unreviewed.

Fix typo on the filename of the included header:
Mac filesystem is case insensitive, but Linux filesystems are case sensitive.

* css/parser/CSSPropertyParser.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207547 => 207548)


--- trunk/Source/WebCore/ChangeLog	2016-10-19 18:15:08 UTC (rev 207547)
+++ trunk/Source/WebCore/ChangeLog	2016-10-19 18:25:36 UTC (rev 207548)
@@ -1,3 +1,15 @@
+2016-10-19  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK][EFL] Build fix after r207543.
+        https://bugs.webkit.org/show_bug.cgi?id=163671
+
+        Unreviewed.
+
+        Fix typo on the filename of the included header:
+        Mac filesystem is case insensitive, but Linux filesystems are case sensitive.
+
+        * css/parser/CSSPropertyParser.cpp:
+
 2016-10-19  Zalan Bujtas  <za...@apple.com>
 
         Use anonymous table row for new child at RenderTableRow::addChild() if available.

Modified: trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp (207547 => 207548)


--- trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp	2016-10-19 18:15:08 UTC (rev 207547)
+++ trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp	2016-10-19 18:25:36 UTC (rev 207548)
@@ -68,7 +68,7 @@
 #include "SVGPathUtilities.h"
 #include "StylePropertyShorthand.h"
 #include "StylePropertyShorthandFunctions.h"
-#include "WebkitCSSTransformValue.h"
+#include "WebKitCSSTransformValue.h"
 #include <memory>
 #include <wtf/text/StringBuilder.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to