这是indexloc提供的服务,不要输入任何密码
- a/Source/WebCore/ChangeLog +11 lines
Lines 1-3 a/Source/WebCore/ChangeLog_sec1
1
2018-09-23  Frederic Wang  <fwang@igalia.com>
2
3
        Add missing includes in TextCodecReplacement.cpp
4
        https://bugs.webkit.org/show_bug.cgi?id=189894
5
6
        Reviewed by NOBODY (OOPS!).
7
8
        No new tests, behavior unchanged.
9
10
        * platform/text/TextCodecReplacement.cpp: Add missing headers.
11
1
2018-09-20  Justin Michaud  <justin_michaud@apple.com>
12
2018-09-20  Justin Michaud  <justin_michaud@apple.com>
2
13
3
        Implement CSS Custom Properties and Values Skeleton
14
        Implement CSS Custom Properties and Values Skeleton
- a/Source/WebCore/platform/text/TextCodecReplacement.cpp +2 lines
Lines 26-31 a/Source/WebCore/platform/text/TextCodecReplacement.cpp_sec1
26
#include "config.h"
26
#include "config.h"
27
#include "TextCodecReplacement.h"
27
#include "TextCodecReplacement.h"
28
28
29
#include <wtf/Function.h>
30
#include <wtf/text/WTFString.h>
29
#include <wtf/unicode/CharacterNames.h>
31
#include <wtf/unicode/CharacterNames.h>
30
32
31
namespace WebCore {
33
namespace WebCore {

Return to Bug 189894