Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/WebEntities.h |
| diff --git a/third_party/WebKit/Source/web/WebEntities.h b/third_party/WebKit/Source/platform/text/WebEntities.h |
| similarity index 97% |
| rename from third_party/WebKit/Source/web/WebEntities.h |
| rename to third_party/WebKit/Source/platform/text/WebEntities.h |
| index 936b6f76eaf3779d289ddb87485207342498b0d2..1334a7c9b0547d2474170b19b612a8412b00c6f7 100644 |
| --- a/third_party/WebKit/Source/web/WebEntities.h |
| +++ b/third_party/WebKit/Source/platform/text/WebEntities.h |
| @@ -31,13 +31,14 @@ |
| #ifndef WebEntities_h |
| #define WebEntities_h |
| +#include "platform/PlatformExport.h" |
| #include "platform/wtf/HashMap.h" |
| #include "platform/wtf/text/WTFString.h" |
| namespace blink { |
| // FIXME: This class is wrong and needs to be removed! |
|
haraken
2017/05/04 05:17:39
I'm curious about this comment but it should be a
|
| -class WebEntities { |
| +class PLATFORM_EXPORT WebEntities { |
| public: |
| // ', %, ⊅, &supl; are not defined by the HTML standards. |
| // - IE does not support ' as an HTML entity (but support it as an XML |