| Index: Source/core/dom/Range.h
|
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
|
| index dea17c6102a046744107c8049b5d2cee16ff32b7..34716dc51b52424d6a3355bf68f826f10b999a91 100644
|
| --- a/Source/core/dom/Range.h
|
| +++ b/Source/core/dom/Range.h
|
| @@ -138,7 +138,7 @@ public:
|
| void textNodeSplit(Text* oldNode);
|
|
|
| // Expand range to a unit (word or sentence or block or document) boundary.
|
| - // Please refer to https://bugs.webkit.org/show_bug.cgi?id=27632 comment #5
|
| + // Please refer to https://bugs.webkit.org/show_bug.cgi?id=27632 comment #5
|
| // for details.
|
| void expand(const String&, ExceptionCode&);
|
|
|
|
|