Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / ScriptProfile.h
index 91ce25f..7dafd51 100644 (file)
@@ -57,6 +57,7 @@ public:
 
     PassRefPtr<TypeBuilder::Profiler::CPUProfileNode> buildInspectorObjectForHead() const;
     PassRefPtr<TypeBuilder::Array<int> > buildInspectorObjectForSamples() const;
+    PassRefPtr<TypeBuilder::Array<double> > buildInspectorObjectForTimestamps() const;
 
 private:
     ScriptProfile(v8::CpuProfile* profile, double idleTime)