| 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
|
|
|