summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/bindings/v8/ScriptHeapSnapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/bindings/v8/ScriptHeapSnapshot.h')
-rw-r--r--chromium/third_party/WebKit/Source/bindings/v8/ScriptHeapSnapshot.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/chromium/third_party/WebKit/Source/bindings/v8/ScriptHeapSnapshot.h b/chromium/third_party/WebKit/Source/bindings/v8/ScriptHeapSnapshot.h
index 1e168599bdb..3ca4f5e9e81 100644
--- a/chromium/third_party/WebKit/Source/bindings/v8/ScriptHeapSnapshot.h
+++ b/chromium/third_party/WebKit/Source/bindings/v8/ScriptHeapSnapshot.h
@@ -33,15 +33,10 @@
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
-
-namespace v8 {
-class HeapSnapshot;
-}
+#include <v8-profiler.h>
namespace WebCore {
-typedef uint32_t SnapshotObjectId;
-
class ScriptHeapSnapshot FINAL : public RefCounted<ScriptHeapSnapshot> {
public:
class OutputStream {
@@ -58,9 +53,7 @@ public:
~ScriptHeapSnapshot();
String title() const;
- unsigned int uid() const;
void writeJSON(OutputStream* stream);
- SnapshotObjectId maxSnapshotJSObjectId() const;
private:
ScriptHeapSnapshot(const v8::HeapSnapshot* snapshot)