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

Unified Diff: third_party/WebKit/Source/core/html/parser/create-html-entity-table

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: Inducing merge conflicts to force human review and changes after rename. Created 3 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
Index: third_party/WebKit/Source/core/html/parser/create-html-entity-table
diff --git a/third_party/WebKit/Source/core/html/parser/create-html-entity-table b/third_party/WebKit/Source/core/html/parser/create-html-entity-table
index f0a7918a2b9fd3d7d2f263706f853378c862c5b9..4d527199df035704d69a7b927f682b244e2d3ffe 100755
--- a/third_party/WebKit/Source/core/html/parser/create-html-entity-table
+++ b/third_party/WebKit/Source/core/html/parser/create-html-entity-table
@@ -201,7 +201,7 @@ output_file.write("""};
const LChar* HTMLEntityTable::entityString(const HTMLEntityTableEntry& entry)
{
- return staticEntityStringStorage + entry.entityOffset;
+ return staticEntityStringStorage + entry.entity_offset;
}
LChar HTMLEntityTableEntry::lastCharacter() const
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.in ('k') | third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698