summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/glue/webkit_glue.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/webkit_glue.cc b/webkit/glue/webkit_glue.cc
index a49d2a5..60898ff 100644
--- a/webkit/glue/webkit_glue.cc
+++ b/webkit/glue/webkit_glue.cc
@@ -249,10 +249,12 @@ void DumpLeakedObject(const char* file, int line, const char* object, int count)
void CheckForLeaks() {
#ifndef NDEBUG
+#if 0
int count = WebFrameImpl::liveObjectCount();
if (count)
DumpLeakedObject(__FILE__, __LINE__, "WebFrame", count);
#endif
+#endif
}
bool DecodeImage(const std::string& image_data, SkBitmap* image) {