| Index: third_party/WebKit/Source/core/testing/InternalSettings.h
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| index cf44fcddd53521d54f9d0cb9be92dd65f25e08ad..b8b617a8c72ad6e78a1ccad0ab0c11dc02546d2a 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| @@ -150,10 +150,9 @@ class InternalSettings final : public InternalSettingsGenerated,
|
| explicit InternalSettings(Page&);
|
|
|
| Settings* settings() const;
|
| - Page* page() const { return m_page; }
|
| + Page* page() const { return supplementable(); }
|
| static const char* supplementName();
|
|
|
| - WeakMember<Page> m_page;
|
| Backup m_backup;
|
| };
|
|
|
|
|