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 |