| Index: third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectedFrames.h b/third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| index d698e698068a9a1a8102349e027eb4f647a3b4d4..74910100d3b2eed111904776c4c127d3b3bafd9c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectedFrames.h
|
| @@ -12,6 +12,7 @@
|
|
|
| namespace blink {
|
|
|
| +class ExecutionContext;
|
| class LocalFrame;
|
|
|
| class CORE_EXPORT InspectedFrames final
|
| @@ -43,6 +44,7 @@ class CORE_EXPORT InspectedFrames final
|
|
|
| LocalFrame* Root() { return root_; }
|
| bool Contains(LocalFrame*) const;
|
| + bool Contains(ExecutionContext*) const;
|
| LocalFrame* FrameWithSecurityOrigin(const String& origin_raw_string);
|
| Iterator begin();
|
| Iterator end();
|
|
|