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

Unified Diff: Source/core/dom/Node.h

Issue 684633006: Reattach whitespace siblings only when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 1 month 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
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698