Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index 93a5371d9e108898cbaaa7f0c2769680e14204ce..dd90977053f0b4e117e058ffd326214bdc2b4cac 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -156,7 +156,7 @@ private: |
Node* checkNodeWOffset(Node*, int offset, ExceptionState&) const; |
void checkNodeBA(Node*, ExceptionState&) const; |
- void checkDeleteExtract(ExceptionState&); |
+ void checkExtractPrecondition(ExceptionState&); |
enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS }; |
PassRefPtrWillBeRawPtr<DocumentFragment> processContents(ActionType, ExceptionState&); |