Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1131)

Unified Diff: third_party/WebKit/Source/platform/text/WebEntities.h

Issue 2859123002: Move WebEntities to platform/ (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/text/WebEntities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698