Index: Source/core/html/parser/NestingLevelIncrementer.h |
diff --git a/Source/core/html/parser/NestingLevelIncrementer.h b/Source/core/html/parser/NestingLevelIncrementer.h |
index d9d7d54ac6c7045414525ff4c5356f816194441c..fa1d110bdf34a90c36871536d8828607b57c7229 100644 |
--- a/Source/core/html/parser/NestingLevelIncrementer.h |
+++ b/Source/core/html/parser/NestingLevelIncrementer.h |
@@ -38,12 +38,12 @@ public: |
{ |
++(*m_nestingLevel); |
} |
- |
+ |
~NestingLevelIncrementer() |
{ |
--(*m_nestingLevel); |
} |
- |
+ |
private: |
unsigned* m_nestingLevel; |
}; |