Changeset 207548 in webkit


Ignore:
Timestamp:
Oct 19, 2016 11:25:36 AM (8 years ago)
Author:
clopez@igalia.com
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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207547 r207548  
     12016-10-19  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK][EFL] Build fix after r207543.
     4        https://bugs.webkit.org/show_bug.cgi?id=163671
     5
     6        Unreviewed.
     7
     8        Fix typo on the filename of the included header:
     9        Mac filesystem is case insensitive, but Linux filesystems are case sensitive.
     10
     11        * css/parser/CSSPropertyParser.cpp:
     12
    1132016-10-19  Zalan Bujtas  <zalan@apple.com>
    214
  • trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp

    r207543 r207548  
    6969#include "StylePropertyShorthand.h"
    7070#include "StylePropertyShorthandFunctions.h"
    71 #include "WebkitCSSTransformValue.h"
     71#include "WebKitCSSTransformValue.h"
    7272#include <memory>
    7373#include <wtf/text/StringBuilder.h>
Note: See TracChangeset for help on using the changeset viewer.