Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp |
index 31b569854020a6170bd15e6e55e09323245bc5b1..d3b7381d2708a6a11372722ed4bcd56860ca6745 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp |
@@ -81,7 +81,7 @@ class ScriptStreamingTest : public ::testing::Test { |
testing::runPendingTasks(); |
} |
- WebTaskRunner* m_loadingTaskRunner; // NOT OWNED |
+ RefPtr<WebTaskRunner> m_loadingTaskRunner; |
std::unique_ptr<Settings> m_settings; |
// The Resource and PendingScript where we stream from. These don't really |
// fetch any data outside the test; the test controls the data by calling |