| Index: third_party/WebKit/Source/web/WebSettingsImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| index 411353e95dc946b0852d1d2a3f006ad715608384..fbffa50e268e93a90bad578cdd7e4bb1c0dc6d65 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -208,7 +208,7 @@ public:
|
|
|
| private:
|
| Settings* m_settings;
|
| - RawPtrWillBeUntracedMember<DevToolsEmulator> m_devToolsEmulator;
|
| + UntracedMember<DevToolsEmulator> m_devToolsEmulator;
|
| bool m_showFPSCounter;
|
| bool m_showPaintRects;
|
| bool m_renderVSyncNotificationEnabled;
|
|
|