Chromium Code Reviews| Index: Source/core/dom/Range.h |
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h |
| index dd90977053f0b4e117e058ffd326214bdc2b4cac..afa5b19cebefd27d2dc14910f12a3f9074001823 100644 |
| --- a/Source/core/dom/Range.h |
| +++ b/Source/core/dom/Range.h |
| @@ -174,7 +174,7 @@ PassRefPtrWillBeRawPtr<Range> rangeOfContents(Node*); |
| bool areRangesEqual(const Range*, const Range*); |
| -} // namespace |
| +} // namespace blink |
| #ifndef NDEBUG |
| // Outside the WebCore namespace for ease of invocation from gdb. |