Title: [128754] trunk/Source/WebCore
Revision
128754
Author
[email protected]
Date
2012-09-17 06:56:11 -0700 (Mon, 17 Sep 2012)

Log Message

Unreviewed. Fix Mac compilation.

* bindings/v8/DOMDataStore.h: added missing virtual modifier.
(DOMDataStore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (128753 => 128754)


--- trunk/Source/WebCore/ChangeLog	2012-09-17 13:50:03 UTC (rev 128753)
+++ trunk/Source/WebCore/ChangeLog	2012-09-17 13:56:11 UTC (rev 128754)
@@ -1,5 +1,12 @@
 2012-09-17  Yury Semikhatsky  <[email protected]>
 
+        Unreviewed. Fix Mac compilation.
+
+        * bindings/v8/DOMDataStore.h: added missing virtual modifier.
+        (DOMDataStore):
+
+2012-09-17  Yury Semikhatsky  <[email protected]>
+
         Web Inspector: NMI don't double count fields of StaticDOMDataStore
         https://bugs.webkit.org/show_bug.cgi?id=96911
 

Modified: trunk/Source/WebCore/bindings/v8/DOMDataStore.h (128753 => 128754)


--- trunk/Source/WebCore/bindings/v8/DOMDataStore.h	2012-09-17 13:50:03 UTC (rev 128753)
+++ trunk/Source/WebCore/bindings/v8/DOMDataStore.h	2012-09-17 13:56:11 UTC (rev 128754)
@@ -86,7 +86,7 @@
         static void weakActiveDOMObjectCallback(v8::Persistent<v8::Value> v8Object, void* domObject);
         static void weakNodeCallback(v8::Persistent<v8::Value> v8Object, void* domObject);
 
-        void reportMemoryUsage(MemoryObjectInfo*) const;
+        virtual void reportMemoryUsage(MemoryObjectInfo*) const;
 
     protected:
         static void weakDOMObjectCallback(v8::Persistent<v8::Value> v8Object, void* domObject);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to