| Index: third_party/WebKit/public/web/WebPerformance.h
|
| diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h
|
| index d32daaaed17f3519f57ec3bd3dee7d43d6920889..dbe7620eb9b815a6c2280abf79d31a784a9aaaf2 100644
|
| --- a/third_party/WebKit/public/web/WebPerformance.h
|
| +++ b/third_party/WebKit/public/web/WebPerformance.h
|
| @@ -93,6 +93,7 @@ public:
|
| BLINK_EXPORT double parseStart() const;
|
| BLINK_EXPORT double parseStop() const;
|
| BLINK_EXPORT double parseBlockedOnScriptLoadDuration() const;
|
| + BLINK_EXPORT double parseBlockedOnScriptLoadFromDocumentWriteDuration() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebPerformance(const RawPtr<Performance>&);
|
|
|