Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1051)

Unified Diff: Source/core/inspector/ScriptProfile.h

Issue 884753003: Fix template angle bracket syntax in inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some more fixes Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/ScriptCallStack.cpp ('k') | Source/core/inspector/ScriptProfile.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ScriptProfile.h
diff --git a/Source/core/inspector/ScriptProfile.h b/Source/core/inspector/ScriptProfile.h
index c232b0a7c426f8d6368010bb7b632384dace5e6a..53a65c184be48edb563fb2843eee9ac5e2094066 100644
--- a/Source/core/inspector/ScriptProfile.h
+++ b/Source/core/inspector/ScriptProfile.h
@@ -55,8 +55,8 @@ public:
double endTime() const;
PassRefPtr<TypeBuilder::Profiler::CPUProfileNode> buildInspectorObjectForHead() const;
- PassRefPtr<TypeBuilder::Array<int> > buildInspectorObjectForSamples() const;
- PassRefPtr<TypeBuilder::Array<double> > buildInspectorObjectForTimestamps() const;
+ PassRefPtr<TypeBuilder::Array<int>> buildInspectorObjectForSamples() const;
+ PassRefPtr<TypeBuilder::Array<double>> buildInspectorObjectForTimestamps() const;
private:
ScriptProfile(v8::CpuProfile* profile, double idleTime)
« no previous file with comments | « Source/core/inspector/ScriptCallStack.cpp ('k') | Source/core/inspector/ScriptProfile.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698