Switch to using get-port-name.

This commit is contained in:
Vincent St-Amour 2011-06-22 19:25:16 -04:00
parent 27f3eb3870
commit c598ae2048

View File

@ -26,7 +26,7 @@
;; performance-report-callback : drracket:unit:frame<%> -> void
(define (performance-report-callback drr-frame)
(define defs (send drr-frame get-definitions-text)) ; : text%
(define portname (send defs get-filename))
(define portname (send defs get-port-name))
(message-box
"Performance Report"
(with-output-to-string