Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / v8 / ScriptHeapSnapshot.cpp
index c9afb76..b5c2c7f 100644 (file)
@@ -51,11 +51,6 @@ String ScriptHeapSnapshot::title() const
     return toCoreString(m_snapshot->GetTitle());
 }
 
-unsigned ScriptHeapSnapshot::uid() const
-{
-    return m_snapshot->GetUid();
-}
-
 namespace {
 
 class OutputStreamAdapter FINAL : public v8::OutputStream {