| Index: third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp b/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| index aaac072a4e492c9ed03a40d6a47a7bec5d0abfb5..4bc41db4365c72afa874950f1a90e771aac918b7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp
|
| @@ -39,4 +39,4 @@ bool HTMLIFrameElementSandbox::validateTokenValue(const AtomicString& tokenValue
|
| return supportedTokens().contains(tokenValue);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|