Index: Source/core/dom/Range.h |
diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
index ab77a9613ccd2bd004c4bf9d86fc8937b7ee5368..3a662f19cb09216de94d15ff1328048c8f6dc7a5 100644 |
--- a/Source/core/dom/Range.h |
+++ b/Source/core/dom/Range.h |
@@ -156,8 +156,8 @@ private: |
void setDocument(Document&); |
Node* checkNodeWOffset(Node*, int offset, ExceptionState&) const; |
- void checkNodeBA(Node*, const String& methodName, ExceptionState&) const; |
- void checkDeleteExtract(const String& methodName, ExceptionState&); |
+ void checkNodeBA(Node*, ExceptionState&) const; |
+ void checkDeleteExtract(ExceptionState&); |
int maxStartOffset() const; |
int maxEndOffset() const; |