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

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

Issue 332173003: Update owner document of Range objects if start/end boundary points in different document (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2014-06-17T06:07:48 Created 6 years, 6 months 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/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 7b6beb53c262d20b6857c351f31247dafba9f83e..480e7aad7e23089f6a7b315aa5ca0fe7d7c9c260 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -688,6 +688,7 @@ public:
void didInsertText(Node*, unsigned offset, unsigned length);
void didRemoveText(Node*, unsigned offset, unsigned length);
void didMergeTextNodes(Text& oldNode, unsigned offset);
+ void didMoveNodeToNewDocument(const Node&);
Yuta Kitamura 2014/06/18 07:48:27 1. There should be some comment saying that: - Thi
yosin_UTC9 2014/06/18 08:55:40 I renamed the function to |updateRangesAfterNodeMo
void didSplitTextNode(Text& oldNode);
void clearDOMWindow() { m_domWindow = nullptr; }

Powered by Google App Engine
This is Rietveld 408576698