| Index: third_party/WebKit/Source/wtf/Alias.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/Alias.cpp b/third_party/WebKit/Source/wtf/Alias.cpp
|
| index 6a3d1a840664997d311289591c5a0a3db19aeb4a..c7b7ce4d483545b300374d7d50563c579a2120f7 100644
|
| --- a/third_party/WebKit/Source/wtf/Alias.cpp
|
| +++ b/third_party/WebKit/Source/wtf/Alias.cpp
|
| @@ -13,12 +13,11 @@ namespace WTF {
|
| #pragma optimize("", off)
|
| #endif
|
|
|
| -void alias(const void* var)
|
| -{
|
| +void alias(const void* var) {
|
| }
|
|
|
| #if COMPILER(MSVC)
|
| #pragma optimize("", on)
|
| #endif
|
|
|
| -} // namespace WTF
|
| +} // namespace WTF
|
|
|