| Index: third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| index fefb7b6ad2d2b407f7abbb15ebd116695c84ee77..029d2ee2174b2e0b59b54ec86ae48217bc2e1471 100644
|
| --- a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| +++ b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| @@ -29,7 +29,7 @@ public:
|
|
|
| private:
|
| IncrementLoadEventDelayCount(Document&);
|
| - RefPtrWillBePersistent<Document> m_document;
|
| + Persistent<Document> m_document;
|
| };
|
| } // namespace blink
|
|
|
|
|