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

Unified Diff: Source/core/editing/MarkupAccumulator.h

Issue 126273003: Refactor MarkupAccumulator::appendCharactersReplacingEntities() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add back static variables to make clang happy Created 6 years, 11 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
« no previous file with comments | « no previous file | Source/core/editing/MarkupAccumulator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/MarkupAccumulator.h
diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
index e9d2a09c719dbad72f0bc574367e8a2cde435770..e6a923e0c402a1e0f5d10ccad026dc4f494b27e1 100644
--- a/Source/core/editing/MarkupAccumulator.h
+++ b/Source/core/editing/MarkupAccumulator.h
@@ -57,12 +57,6 @@ enum EntityMask {
EntityMaskInHTMLAttributeValue = EntityAmp | EntityQuot | EntityNbsp,
};
-struct EntityDescription {
- UChar entity;
- const String& reference;
- EntityMask mask;
-};
-
class MarkupAccumulator {
WTF_MAKE_NONCOPYABLE(MarkupAccumulator);
« no previous file with comments | « no previous file | Source/core/editing/MarkupAccumulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698