diff options
Diffstat (limited to 'Source/WebCore/bindings/js/ScriptHeapSnapshot.h')
-rw-r--r-- | Source/WebCore/bindings/js/ScriptHeapSnapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/bindings/js/ScriptHeapSnapshot.h b/Source/WebCore/bindings/js/ScriptHeapSnapshot.h index 4c3d915..6b40e20 100644 --- a/Source/WebCore/bindings/js/ScriptHeapSnapshot.h +++ b/Source/WebCore/bindings/js/ScriptHeapSnapshot.h @@ -31,7 +31,6 @@ #ifndef ScriptHeapSnapshot_h #define ScriptHeapSnapshot_h -#include "InspectorValues.h" #include "PlatformString.h" namespace WebCore { @@ -51,6 +50,7 @@ public: unsigned int uid() const { return 0; } void writeJSON(OutputStream*) { } + int exactRetainedSize(uint64_t) { return -1; } private: ScriptHeapSnapshot() { } |