| 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 216c41504cb3fab5986f055921245a6fe121c023..626447a43d7ffd526270830c694c318fa84998d6 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
|
| @@ -211,7 +211,7 @@ public:
|
|
|
| private:
|
| Settings* m_settings;
|
| - RawPtrWillBeUntracedMember<DevToolsEmulator> m_devToolsEmulator;
|
| + UntracedMember<DevToolsEmulator> m_devToolsEmulator;
|
| bool m_showFPSCounter;
|
| bool m_showPaintRects;
|
| bool m_renderVSyncNotificationEnabled;
|
|
|