@@ -5,10 +5,10 @@ Subject: blink_world_context.patch
55
66
77diff --git a/third_party/blink/public/web/web_local_frame.h b/third_party/blink/public/web/web_local_frame.h
8- index f62985f20f9e89ec663141d09ccae7113f11124e..911e5601a3800e94720dcdc8c91cfeb0d7d72443 100644
8+ index a781a44399a31f048419311d2317229c912752c2..131c0dcb125b00215e3ad469c11c4b47d7cb126b 100644
99--- a/third_party/blink/public/web/web_local_frame.h
1010+++ b/third_party/blink/public/web/web_local_frame.h
11- @@ -357 ,6 +357 ,9 @@ class WebLocalFrame : public WebFrame {
11+ @@ -356 ,6 +356 ,9 @@ class WebLocalFrame : public WebFrame {
1212 // be calling this API.
1313 virtual v8::Local<v8::Context> MainWorldScriptContext() const = 0;
1414
@@ -19,7 +19,7 @@ index f62985f20f9e89ec663141d09ccae7113f11124e..911e5601a3800e94720dcdc8c91cfeb0
1919 // that the script evaluated to with callback. Script execution can be
2020 // suspend.
2121diff --git a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
22- index 48d73a37562595ca7f97d839c25df9c58f8efe32..b724c55007baa3c8e791bc7a4816d20861d26e65 100644
22+ index 050494ce5d2389b81fab27506f8ff2204126eb6b..93632d57953a69be01ae5b6b9777d8a6b417b3f3 100644
2323--- a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
2424+++ b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
2525@@ -866,6 +866,13 @@ v8::Local<v8::Object> WebLocalFrameImpl::GlobalProxy() const {
@@ -37,10 +37,10 @@ index 48d73a37562595ca7f97d839c25df9c58f8efe32..b724c55007baa3c8e791bc7a4816d208
3737 return BindingSecurity::ShouldAllowAccessToFrame(
3838 CurrentDOMWindow(V8PerIsolateData::MainThreadIsolate()),
3939diff --git a/third_party/blink/renderer/core/frame/web_local_frame_impl.h b/third_party/blink/renderer/core/frame/web_local_frame_impl.h
40- index bad60721541dc8b8f2552f3ba3ef720949eb2baa..b37439a62fd56baa56ca69394000976a3fbb8674 100644
40+ index 9fbb94efc829928a1b1e284d529dd5562619dc20..0a0904ab66d55753252ccf484c03c07c8dac002b 100644
4141--- a/third_party/blink/renderer/core/frame/web_local_frame_impl.h
4242+++ b/third_party/blink/renderer/core/frame/web_local_frame_impl.h
43- @@ -149 ,6 +149 ,8 @@ class CORE_EXPORT WebLocalFrameImpl final
43+ @@ -150 ,6 +150 ,8 @@ class CORE_EXPORT WebLocalFrameImpl final
4444 int argc,
4545 v8::Local<v8::Value> argv[]) override;
4646 v8::Local<v8::Context> MainWorldScriptContext() const override;
0 commit comments