@@ -10,7 +10,7 @@ DidCreateScriptContext is called, not all JS APIs are available in the
10
10
context, which can cause some preload scripts to trip.
11
11
12
12
diff --git a/content/public/renderer/render_frame_observer.h b/content/public/renderer/render_frame_observer.h
13
- index 4e195f960d7b9bf50f6784ce380a84a10867914f..dbf85ffe8504bdbab1c4c29f085e5307654d42f6 100644
13
+ index 3e059605c55d88d52cf2544d6aca3446efee5750..398229becb8fd00022b08cc6afed7d1875766e25 100644
14
14
--- a/content/public/renderer/render_frame_observer.h
15
15
+++ b/content/public/renderer/render_frame_observer.h
16
16
@@ -115,6 +115,8 @@ class CONTENT_EXPORT RenderFrameObserver : public IPC::Listener,
@@ -23,10 +23,10 @@ index 4e195f960d7b9bf50f6784ce380a84a10867914f..dbf85ffe8504bdbab1c4c29f085e5307
23
23
int32_t world_id) {}
24
24
virtual void DidClearWindowObject() {}
25
25
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
26
- index 0cb96dd693459a9747aa1e2c46c5257df510211a..010ed22b5da75c445b777bd0db503b268c7a767f 100644
26
+ index c9e8e396135befdd67549326daa2ef5c2339f418..1df3376ca5a8fefc926634c197a8bf043a4f3897 100644
27
27
--- a/content/renderer/render_frame_impl.cc
28
28
+++ b/content/renderer/render_frame_impl.cc
29
- @@ -4745 ,6 +4745 ,12 @@ void RenderFrameImpl::DidCreateScriptContext(v8::Local<v8::Context> context,
29
+ @@ -4796 ,6 +4796 ,12 @@ void RenderFrameImpl::DidCreateScriptContext(v8::Local<v8::Context> context,
30
30
observer.DidCreateScriptContext(context, world_id);
31
31
}
32
32
@@ -40,10 +40,10 @@ index 0cb96dd693459a9747aa1e2c46c5257df510211a..010ed22b5da75c445b777bd0db503b26
40
40
int world_id) {
41
41
for (auto& observer : observers_)
42
42
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
43
- index b1465918040a8eaafd5780aaf9fb6f870c9ea943..2fb7927168ac62c52d2e65942608dd9b73ac3133 100644
43
+ index eeac74bc62d6c276d31f714e5a1a024c9ec02838..cf6cfe870b63d675e16fc0e8b80914e19c796ae6 100644
44
44
--- a/content/renderer/render_frame_impl.h
45
45
+++ b/content/renderer/render_frame_impl.h
46
- @@ -722 ,6 +722 ,8 @@ class CONTENT_EXPORT RenderFrameImpl
46
+ @@ -738 ,6 +738 ,8 @@ class CONTENT_EXPORT RenderFrameImpl
47
47
bool ShouldTrackUseCounter(const blink::WebURL& url) override;
48
48
void DidCreateScriptContext(v8::Local<v8::Context> context,
49
49
int world_id) override;
@@ -53,10 +53,10 @@ index b1465918040a8eaafd5780aaf9fb6f870c9ea943..2fb7927168ac62c52d2e65942608dd9b
53
53
int world_id) override;
54
54
void DidChangeScrollOffset() override;
55
55
diff --git a/third_party/blink/public/web/web_local_frame_client.h b/third_party/blink/public/web/web_local_frame_client.h
56
- index 902504b8399c53fee972fe5549a4dbd39274a3c8..ddf6b6b696f7d990b7455ac6c9b8156a733b6c07 100644
56
+ index 54a40d9a90d1dbb13d8234494ab53893ca339ee4..aee9160cba302b394594debfbc8dd0e400efbb46 100644
57
57
--- a/third_party/blink/public/web/web_local_frame_client.h
58
58
+++ b/third_party/blink/public/web/web_local_frame_client.h
59
- @@ -542 ,6 +542 ,9 @@ class BLINK_EXPORT WebLocalFrameClient {
59
+ @@ -546 ,6 +546 ,9 @@ class BLINK_EXPORT WebLocalFrameClient {
60
60
virtual void DidCreateScriptContext(v8::Local<v8::Context>,
61
61
int32_t world_id) {}
62
62
@@ -67,7 +67,7 @@ index 902504b8399c53fee972fe5549a4dbd39274a3c8..ddf6b6b696f7d990b7455ac6c9b8156a
67
67
virtual void WillReleaseScriptContext(v8::Local<v8::Context>,
68
68
int32_t world_id) {}
69
69
diff --git a/third_party/blink/renderer/bindings/core/v8/local_window_proxy.cc b/third_party/blink/renderer/bindings/core/v8/local_window_proxy.cc
70
- index 5ac9a7ed3d0f91764452579992471c83104de64f..15ac214bc9177f2fc228cf93c459a7b385bdc582 100644
70
+ index 17ebe5efb8b0bfcf17eda69fe4373b61b213af72..b7296a900c04006812d5f01b05c46a223fb40dc2 100644
71
71
--- a/third_party/blink/renderer/bindings/core/v8/local_window_proxy.cc
72
72
+++ b/third_party/blink/renderer/bindings/core/v8/local_window_proxy.cc
73
73
@@ -201,6 +201,7 @@ void LocalWindowProxy::Initialize() {
@@ -79,10 +79,10 @@ index 5ac9a7ed3d0f91764452579992471c83104de64f..15ac214bc9177f2fc228cf93c459a7b3
79
79
if (World().IsMainWorld()) {
80
80
GetFrame()->Loader().DispatchDidClearWindowObjectInMainWorld();
81
81
diff --git a/third_party/blink/renderer/core/exported/local_frame_client_impl.cc b/third_party/blink/renderer/core/exported/local_frame_client_impl.cc
82
- index ba02a164a799b2b9e92bbeeb2bff2a4a2fd7d662..42ed050d572b13f1302bfb9eb5b59b15ba5a6904 100644
82
+ index c586e0f7c21060f5f6a088631b5b0b9d57fad4eb..fc0fc331ecd535422eeb15bd831d64946edff3b2 100644
83
83
--- a/third_party/blink/renderer/core/exported/local_frame_client_impl.cc
84
84
+++ b/third_party/blink/renderer/core/exported/local_frame_client_impl.cc
85
- @@ -349 ,6 +349 ,13 @@ void LocalFrameClientImpl::DidCreateScriptContext(
85
+ @@ -391 ,6 +391 ,13 @@ void LocalFrameClientImpl::DidCreateScriptContext(
86
86
web_frame_->Client()->DidCreateScriptContext(context, world_id);
87
87
}
88
88
@@ -97,7 +97,7 @@ index ba02a164a799b2b9e92bbeeb2bff2a4a2fd7d662..42ed050d572b13f1302bfb9eb5b59b15
97
97
v8::Local<v8::Context> context,
98
98
int32_t world_id) {
99
99
diff --git a/third_party/blink/renderer/core/exported/local_frame_client_impl.h b/third_party/blink/renderer/core/exported/local_frame_client_impl.h
100
- index 183a009cf58399966c9002786ede3d540aa068cb..dbe445cf40ec53e4b36e4a323334662c70359a38 100644
100
+ index b21e7f5ba906d13045f38f986677106d35cc1d60..024188a4365261ba47ac200d15d8c0e52eb80a90 100644
101
101
--- a/third_party/blink/renderer/core/exported/local_frame_client_impl.h
102
102
+++ b/third_party/blink/renderer/core/exported/local_frame_client_impl.h
103
103
@@ -78,6 +78,8 @@ class CORE_EXPORT LocalFrameClientImpl final : public LocalFrameClient {
@@ -110,10 +110,10 @@ index 183a009cf58399966c9002786ede3d540aa068cb..dbe445cf40ec53e4b36e4a323334662c
110
110
int32_t world_id) override;
111
111
112
112
diff --git a/third_party/blink/renderer/core/frame/local_frame_client.h b/third_party/blink/renderer/core/frame/local_frame_client.h
113
- index a8443a8bfc2542ffad472206214279c1223d493f..8c7a4dec19d6fbca615b7bc282b0388189eef886 100644
113
+ index 4c6f1b9decbc5292d8349816fbac88dfd22b4774..ab28222f6be19cfc78c410633d20dc8646f98a2c 100644
114
114
--- a/third_party/blink/renderer/core/frame/local_frame_client.h
115
115
+++ b/third_party/blink/renderer/core/frame/local_frame_client.h
116
- @@ -297 ,6 +297 ,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
116
+ @@ -296 ,6 +296 ,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
117
117
118
118
virtual void DidCreateScriptContext(v8::Local<v8::Context>,
119
119
int32_t world_id) = 0;
@@ -123,7 +123,7 @@ index a8443a8bfc2542ffad472206214279c1223d493f..8c7a4dec19d6fbca615b7bc282b03881
123
123
int32_t world_id) = 0;
124
124
virtual bool AllowScriptExtensions() = 0;
125
125
diff --git a/third_party/blink/renderer/core/loader/empty_clients.h b/third_party/blink/renderer/core/loader/empty_clients.h
126
- index a3797ca04ff968d67ce4c5da6b9f17abc1d7651d..e3f26a61cdc4042131ea58d744a9b487dd6f52ca 100644
126
+ index 006c575be0f9a33b0a5833b2d5d7bca6ca7fe2b0..d21901198b3b118b153ae2f77d071775c08574d4 100644
127
127
--- a/third_party/blink/renderer/core/loader/empty_clients.h
128
128
+++ b/third_party/blink/renderer/core/loader/empty_clients.h
129
129
@@ -336,6 +336,8 @@ class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient {
0 commit comments