| Index: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| index fc8c264fbee6d8a73b0470a6766aaa0ee381cb52..133adc78799f41c57a81efe4f0083c2683afc047 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
|
| @@ -256,6 +256,7 @@ private:
|
| Member<InspectorHistory> m_history;
|
| Member<DOMEditor> m_domEditor;
|
| bool m_suppressAttributeModifiedEvent;
|
| + bool m_mayCrossIframeBoundary;
|
| int m_backendNodeIdToInspect;
|
| };
|
|
|
|
|