Remove 082-blink-platform-bindings-V8PerIsolateData.patch
This commit is contained in:
Родитель
b2840937d7
Коммит
4acbced107
|
@ -1,13 +0,0 @@
|
|||
diff --git a/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
|
||||
index 7ee2fa858b93..a4db35011714 100644
|
||||
--- a/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
|
||||
+++ b/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
|
||||
@@ -51,7 +51,7 @@ v8::Isolate* MainThreadIsolate() {
|
||||
static V8PerIsolateData* g_main_thread_per_isolate_data = 0;
|
||||
|
||||
static void BeforeCallEnteredCallback(v8::Isolate* isolate) {
|
||||
- CHECK(!ScriptForbiddenScope::IsScriptForbidden());
|
||||
+ // CHECK(!ScriptForbiddenScope::IsScriptForbidden());
|
||||
}
|
||||
|
||||
static void MicrotasksCompletedCallback(v8::Isolate* isolate) {
|
Загрузка…
Ссылка в новой задаче