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

Unified Diff: third_party/WebKit/Source/core/dom/PendingScript.h

Issue 2020153002: Move ScriptResourceClient to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-font-resource-client
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/dom/PendingScript.h
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
index 25abb4186100c8839511c0f07a0c111103354d5b..89daa1578b86323f2b5496ba0b87bdc41fff7a36 100644
--- a/third_party/WebKit/Source/core/dom/PendingScript.h
+++ b/third_party/WebKit/Source/core/dom/PendingScript.h
@@ -95,7 +95,7 @@ private:
double m_parserBlockingLoadStartTime;
Member<ScriptStreamer> m_streamer;
- ScriptResourceClient* m_client;
+ Member<ScriptResourceClient> m_client;
yhirano 2016/06/01 08:39:15 As this class's user has already needed to call |d
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698