Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index 12bb49b85fc5f79348562943e4c7cc491071d970..2437b5a647595da008b3dbf7a78e279e257f32b6 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -281,6 +281,11 @@ void LocalFrame::detach() |
#endif |
} |
+SecurityContext* LocalFrame::securityContext() const |
+{ |
+ return document(); |
+} |
+ |
void LocalFrame::disconnectOwnerElement() |
{ |
if (owner()) { |