| Index: third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
|
| diff --git a/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h b/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
|
| index a66c578afb75dcf3fcd7ce82815c079b42ff6fcd..e4a455882586e893c923cc90e6c331d0a5f33447 100644
|
| --- a/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
|
| +++ b/third_party/WebKit/Source/wtf/RefCountedLeakCounter.h
|
| @@ -28,19 +28,19 @@
|
| namespace WTF {
|
|
|
| struct WTF_EXPORT RefCountedLeakCounter {
|
| - explicit RefCountedLeakCounter(const char* description);
|
| - ~RefCountedLeakCounter();
|
| + explicit RefCountedLeakCounter(const char* description);
|
| + ~RefCountedLeakCounter();
|
|
|
| - void increment();
|
| - void decrement();
|
| + void increment();
|
| + void decrement();
|
|
|
| #if ENABLE(ASSERT)
|
| -private:
|
| - volatile int m_count;
|
| - const char* m_description;
|
| + private:
|
| + volatile int m_count;
|
| + const char* m_description;
|
| #endif
|
| };
|
|
|
| -} // namespace WTF
|
| +} // namespace WTF
|
|
|
| #endif
|
|
|