| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| index 666445bdd2a54afc25d439949c99385823d0a25b..a18191346227657f87a31d9424cd982d18b37496 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -77,7 +77,7 @@ public:
|
| bool isValid() const { return !!m_instrumentingAgents; }
|
|
|
| private:
|
| - RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
|
| + Member<InstrumentingAgents> m_instrumentingAgents;
|
| };
|
|
|
| namespace InspectorInstrumentation {
|
|
|