| Index: third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
 | 
| index 1cc21e482e344f0b7ea48c52f4946870b87205ee..0912223239c10e92613e8b9462231021c8a50568 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
 | 
| @@ -9,17 +9,13 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -TestPermissiveDictionary::TestPermissiveDictionary()
 | 
| -{
 | 
| +TestPermissiveDictionary::TestPermissiveDictionary() {
 | 
|  }
 | 
|  
 | 
| -TestPermissiveDictionary::~TestPermissiveDictionary()
 | 
| -{
 | 
| -}
 | 
| +TestPermissiveDictionary::~TestPermissiveDictionary() {}
 | 
|  
 | 
| -DEFINE_TRACE(TestPermissiveDictionary)
 | 
| -{
 | 
| -    IDLDictionaryBase::trace(visitor);
 | 
| +DEFINE_TRACE(TestPermissiveDictionary) {
 | 
| +  IDLDictionaryBase::trace(visitor);
 | 
|  }
 | 
|  
 | 
| -} // namespace blink
 | 
| +}  // namespace blink
 | 
| 
 |