Index: third_party/WebKit/Source/core/editing/FrameCaret.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameCaret.h b/third_party/WebKit/Source/core/editing/FrameCaret.h |
index df0dfb2b9b76c2202dd577934800fced4dceaf9d..51b8a95fe250ccad0d0f6262d8d3c249b2a217c6 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameCaret.h |
+++ b/third_party/WebKit/Source/core/editing/FrameCaret.h |
@@ -62,7 +62,7 @@ public: |
void dataWillChange(const CharacterData&); |
void nodeWillBeRemoved(Node&); |
- void prepareForDestruction(); |
+ void documentDetached(); |
// For unittests |
bool shouldPaintCaretForTesting() const { return m_shouldPaintCaret; } |