Index: src/debug/mirrors.js |
diff --git a/src/debug/mirrors.js b/src/debug/mirrors.js |
index 6a380002e859f04910246ace2a548c5ea5fd9354..7014c97d1338c103844eec9688d5d98ac708ac78 100644 |
--- a/src/debug/mirrors.js |
+++ b/src/debug/mirrors.js |
@@ -1950,7 +1950,7 @@ FrameMirror.prototype.sourceColumn = function() { |
FrameMirror.prototype.sourceLineText = function() { |
var location = this.sourceLocation(); |
if (location) { |
- return location.sourceText(); |
+ return location.sourceText; |
} |
}; |