Remove 082-blink-platform-bindings-V8PerIsolateData.patch

This commit is contained in:
Cheng Zhao 2018-03-15 12:28:43 +09:00
Родитель b2840937d7
Коммит 4acbced107
1 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -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) {