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

Unified Diff: Source/bindings/v8/ScriptProfiler.h

Issue 325143002: Oilpan: Prepare moving inspector script related classes to oilpan. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
Index: Source/bindings/v8/ScriptProfiler.h
diff --git a/Source/bindings/v8/ScriptProfiler.h b/Source/bindings/v8/ScriptProfiler.h
index aa078d40f50b6fa762780fb8cbfc3098ab5433b9..167da66bf813550ba50f7f84945369d68c24e3b0 100644
--- a/Source/bindings/v8/ScriptProfiler.h
+++ b/Source/bindings/v8/ScriptProfiler.h
@@ -70,7 +70,7 @@ public:
static void clearHeapObjectIds();
static void setSamplingInterval(int intervalUs);
static void start(const String& title);
- static PassRefPtr<ScriptProfile> stop(const String& title);
+ static PassRefPtrWillBeRawPtr<ScriptProfile> stop(const String& title);
static PassRefPtr<ScriptHeapSnapshot> takeHeapSnapshot(const String& title, HeapSnapshotProgress*);
static void startTrackingHeapObjects(bool trackAllocations);
static void stopTrackingHeapObjects();

Powered by Google App Engine
This is Rietveld 408576698