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(); |