| Index: Source/core/xml/parser/XMLDocumentParser.h
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.h b/Source/core/xml/parser/XMLDocumentParser.h
|
| index 634eb07b9e2ebb432e8b70d86b2dfb8c6c81e85d..4a1300d5ed23e2d3d188235218571ee10c86eed1 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.h
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.h
|
| @@ -149,8 +149,8 @@ private:
|
|
|
| void insertErrorMessageBlock();
|
|
|
| - void enterText();
|
| - void exitText();
|
| + void createLeafTextNodeIfNeeded();
|
| + bool updateLeafTextNode();
|
|
|
| void doWrite(const String&);
|
| void doEnd();
|
|
|