| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| index ecaafa649b1079085d660e37c984c9af7314395f..7d8255a384d0354644fc2dd1d17061dfdd443730 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| @@ -449,4 +449,4 @@ bool HTMLObjectElement::useFallbackContent() const
|
| return HTMLPlugInElement::useFallbackContent() || m_useFallbackContent;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|