| Index: third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| diff --git a/third_party/WebKit/Source/core/editing/RenderedPosition.h b/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| index 12889d515483024e7195002a5413fa0037d8c9c2..cf0e31ff7356a43231eb0cbf64ed104effe84369 100644
|
| --- a/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| +++ b/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| @@ -117,6 +117,6 @@ inline RenderedPosition::RenderedPosition(LayoutObject* layoutObject, InlineBox*
|
|
|
| CORE_EXPORT bool layoutObjectContainsPosition(LayoutObject*, const Position&);
|
|
|
| -};
|
| +} // namespace blink;
|
|
|
| #endif // RenderedPosition_h
|
|
|