Index: Source/core/css/invalidation/DescendantInvalidationSet.h |
diff --git a/Source/core/css/invalidation/DescendantInvalidationSet.h b/Source/core/css/invalidation/DescendantInvalidationSet.h |
index 64f06b126ffc6120ca615a85cf434e07172a8f19..c835b17e921b5bd90a0ec925562e1e72f0b00266 100644 |
--- a/Source/core/css/invalidation/DescendantInvalidationSet.h |
+++ b/Source/core/css/invalidation/DescendantInvalidationSet.h |
@@ -74,6 +74,9 @@ public: |
void trace(Visitor*); |
+ // toString() is for debugging and tracing use only. |
+ String toString() const; |
pdr.
2014/09/30 02:08:49
Lets make it hard to use for anything else as a co
kouhei (in TOK)
2014/09/30 02:22:00
The tricky point is that this is also used inside
pdr.
2014/09/30 03:21:57
show() is just for debugging though and is not use
kouhei (in TOK)
2014/09/30 03:44:05
Done.
|
+ |
#ifndef NDEBUG |
void show() const; |
#endif |