| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| index 99f56ea8fd385c4eac687631f4f97fbe98b13ae6..a019547b4796ce1d43fdd56224fe8534a50e9d96 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -143,7 +143,7 @@ private:
|
| WebDevToolsAgentClient* m_client;
|
| Member<WebLocalFrameImpl> m_webLocalFrameImpl;
|
| bool m_attached;
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool m_hasBeenDisposed;
|
| #endif
|
|
|
|
|