Index: third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp b/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
index 2fc507ee53da36e187195431c465321e0dfb847f..f6b78def7b68cb344b85468fab7d9262030a01f7 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
@@ -281,9 +281,8 @@ void gcPrologueForMajorGC(v8::Isolate* isolate, bool constructRetainedObjectInfo |
void V8GCController::gcPrologue(v8::Isolate* isolate, v8::GCType type, v8::GCCallbackFlags flags) |
{ |
- if (isMainThread()) { |
+ if (isMainThread()) |
ScriptForbiddenScope::enter(); |
- } |
// TODO(haraken): It is not safe to run finalizers in a prologue callback |
// because V8AbstractEventListener's destructor cann call into V8. We |