| Index: third_party/WebKit/Source/web/WebPerformance.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPerformance.cpp b/third_party/WebKit/Source/web/WebPerformance.cpp
|
| index 7d7bfe59df2c21dac7fd1c06311a93b1db5f5608..45d2a685ac9568f066dbd1f728a7aac9099c6250 100644
|
| --- a/third_party/WebKit/Source/web/WebPerformance.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPerformance.cpp
|
| @@ -205,6 +205,11 @@ double WebPerformance::parseBlockedOnScriptLoadDuration() const
|
| return millisecondsToSeconds(m_private->timing()->parseBlockedOnScriptLoadDuration());
|
| }
|
|
|
| +double WebPerformance::parseBlockedOnScriptLoadFromDocumentWriteDuration() const
|
| +{
|
| + return millisecondsToSeconds(m_private->timing()->parseBlockedOnScriptLoadFromDocumentWriteDuration());
|
| +}
|
| +
|
| WebPerformance::WebPerformance(const RawPtr<Performance>& performance)
|
| : m_private(performance)
|
| {
|
|
|