Title: [133354] trunk/Source/WebCore
Revision
133354
Author
[email protected]
Date
2012-11-02 14:54:54 -0700 (Fri, 02 Nov 2012)

Log Message

memory-instrumentation-cached-images.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=101103

Unreviewed.

Restore code deleted in http://trac.webkit.org/changeset/133331.

* bindings/v8/IntrusiveDOMWrapperMap.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (133353 => 133354)


--- trunk/Source/WebCore/ChangeLog	2012-11-02 21:45:04 UTC (rev 133353)
+++ trunk/Source/WebCore/ChangeLog	2012-11-02 21:54:54 UTC (rev 133354)
@@ -1,3 +1,14 @@
+2012-11-02  Adam Barth  <[email protected]>
+
+        memory-instrumentation-cached-images.html is crashing
+        https://bugs.webkit.org/show_bug.cgi?id=101103
+
+        Unreviewed.
+
+        Restore code deleted in http://trac.webkit.org/changeset/133331.
+
+        * bindings/v8/IntrusiveDOMWrapperMap.h:
+
 2012-11-02  Simon Fraser  <[email protected]>
 
         Enable SUBPIXEL_LAYOUT on Mac

Modified: trunk/Source/WebCore/bindings/v8/IntrusiveDOMWrapperMap.h (133353 => 133354)


--- trunk/Source/WebCore/bindings/v8/IntrusiveDOMWrapperMap.h	2012-11-02 21:45:04 UTC (rev 133353)
+++ trunk/Source/WebCore/bindings/v8/IntrusiveDOMWrapperMap.h	2012-11-02 21:54:54 UTC (rev 133354)
@@ -57,7 +57,8 @@
 
     virtual void reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const OVERRIDE
     {
-        // This type of wrapper map does not use any additional memory.
+        MemoryClassInfo info(memoryObjectInfo, this, WebCoreMemoryTypes::Binding);
+        UNUSED_PARAM(info);
     }
 
 private:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to