| Index: Source/core/dom/Range.h
|
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
|
| index 88501446fd7a969dc5af2ea93993dcde0ddd6cfc..82b716c6d1795aaf498e9d7e1ed9993856886816 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*, ExceptionState&, const char* methodName) const;
|
| - void checkDeleteExtract(ExceptionState&);
|
| + void checkNodeBA(Node*, const String& methodName, ExceptionState&) const;
|
| + void checkDeleteExtract(const String& methodName, ExceptionState&);
|
| int maxStartOffset() const;
|
| int maxEndOffset() const;
|
|
|
|
|