Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
| index cb128c07dd3fb4623233ce7d07a7dc54525aa1b4..bac63e9869bfdf8c31e7585bef0aa8b4e66d4652 100644 |
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp |
| @@ -999,4 +999,4 @@ bool StylePropertySerializer::shorthandHasOnlyInitialOrInheritedValue(const Styl |
| return isInitialValue || isInheritedValue; |
| } |
| -} |
| +} // namespace blink |