summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8DOMMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/V8DOMMap.h')
-rw-r--r--WebCore/bindings/v8/V8DOMMap.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/bindings/v8/V8DOMMap.h b/WebCore/bindings/v8/V8DOMMap.h
index eac39d2..27a8007 100644
--- a/WebCore/bindings/v8/V8DOMMap.h
+++ b/WebCore/bindings/v8/V8DOMMap.h
@@ -49,18 +49,10 @@ namespace WebCore {
WeakReferenceMap(v8::WeakReferenceCallback callback) : m_weakReferenceCallback(callback) { }
virtual ~WeakReferenceMap()
{
-#ifdef MANUAL_MERGE_REQUIRED
-#ifndef NDEBUG
-#else // MANUAL_MERGE_REQUIRED
#ifndef NDEBUG
-#endif // MANUAL_MERGE_REQUIRED
if (m_map.size() > 0)
fprintf(stderr, "Leak %d JS wrappers.\n", m_map.size());
-#ifdef MANUAL_MERGE_REQUIRED
-#endif
-#else // MANUAL_MERGE_REQUIRED
#endif
-#endif // MANUAL_MERGE_REQUIRED
}
// Get the JS wrapper object of an object.