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

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: 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
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();
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/dom/Node.cpp » ('j') | Source/core/dom/Node.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698