| Index: content/public/renderer/document_state.h
|
| diff --git a/content/public/renderer/document_state.h b/content/public/renderer/document_state.h
|
| index edb66bd358a3edba0685fbbaa3ab3b958dbcdd81..99beb47147e6bfc08ffa05c0d9cc71d5c9694b66 100644
|
| --- a/content/public/renderer/document_state.h
|
| +++ b/content/public/renderer/document_state.h
|
| @@ -45,7 +45,7 @@ class CONTENT_EXPORT DocumentState
|
| ~DocumentState() override;
|
|
|
| static DocumentState* FromDataSource(blink::WebDataSource* ds) {
|
| - return static_cast<DocumentState*>(ds->extraData());
|
| + return static_cast<DocumentState*>(ds->getExtraData());
|
| }
|
|
|
| // The time that this navigation was requested.
|
|
|