Index: src/contexts-inl.h |
diff --git a/src/contexts-inl.h b/src/contexts-inl.h |
index ce2c97be753f774d04bfa22cbd47707d6ded1b60..a87c88f7ff4fbc0c81cc6a3da22c4ba96cd7bb7d 100644 |
--- a/src/contexts-inl.h |
+++ b/src/contexts-inl.h |
@@ -124,7 +124,6 @@ bool Context::IsScriptContext() { |
return map == map->GetHeap()->script_context_map(); |
} |
- |
bool Context::HasSameSecurityTokenAs(Context* that) { |
return this->native_context()->security_token() == |
that->native_context()->security_token(); |