Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectedFrames.h

Issue 2878933003: Makes WorkerInspectorProxy work with ExecutionContext instead of Document (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698