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