Index: src/debug/liveedit.js |
diff --git a/src/debug/liveedit.js b/src/debug/liveedit.js |
index 85e55c4c18c1e29e4fe45c53c047b3b098a065d3..36226aafc5fe60ab61f1a0ed2570dfa653927337 100644 |
--- a/src/debug/liveedit.js |
+++ b/src/debug/liveedit.js |
@@ -1014,11 +1014,6 @@ |
details.position = position_struct; |
} |
- // A testing entry. |
- function GetPcFromSourcePos(func, source_pos) { |
- return %GetFunctionCodePositionFromSource(func, source_pos); |
- } |
- |
// LiveEdit main entry point: changes a script text to a new string. |
function SetScriptSource(script, new_source, preview_only, change_log) { |
var old_source = script.source; |
@@ -1119,7 +1114,6 @@ |
LiveEdit.SetScriptSource = SetScriptSource; |
LiveEdit.ApplyPatchMultiChunk = ApplyPatchMultiChunk; |
LiveEdit.Failure = Failure; |
- LiveEdit.GetPcFromSourcePos = GetPcFromSourcePos; |
LiveEdit.TestApi = { |
PosTranslator: PosTranslator, |