| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 507ac657bb0be9beb34581bd53a003a1e4647c29..aa9f72127afbde7a402ed7ecb406e1dd3128b004 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -743,7 +743,7 @@ protected:
|
|
|
| virtual void didMoveToNewDocument(Document& oldDocument);
|
|
|
| - static void reattachWhitespaceSiblings(Text* start);
|
| + static void reattachWhitespaceSiblingsIfNeeded(Text* start);
|
|
|
| #if !ENABLE(OILPAN)
|
| void willBeDeletedFromDocument();
|
|
|