| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 63839905bfc23d40355d803d55e566aad49b78a3..240ec279fd27930c3ebc18d8a715b73653b1d06e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -943,6 +943,6 @@ inline bool isAtShadowBoundary(const Element* element)
|
| return adoptRefWillBeNoop(new T(tagName, document)); \
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| #endif // Element_h
|
|
|