| Index: third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/PersistentNode.cpp b/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| index ff13ad3ec04a2255925030c3e63507b1c9701f7d..3b4b5be1331e27a8f7a034d10921d8b88af961d9 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/PersistentNode.cpp
|
| @@ -15,7 +15,7 @@ class DummyGCBase final : public GarbageCollected<DummyGCBase> {
|
| public:
|
| DEFINE_INLINE_TRACE() {}
|
| };
|
| -}
|
| +} // namespace
|
|
|
| PersistentRegion::~PersistentRegion() {
|
| PersistentNodeSlots* slots = slots_;
|
|
|