Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 77aebf773220b658baae8e86231665f82a70be91..b80dbe523dabe3a684d905a7907b1af233f9d371 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -267,6 +267,7 @@ int GetScriptLineNumber(Handle<Script> script, int code_position); |
// The safe version does not make heap allocations but may work much slower. |
int GetScriptLineNumberSafe(Handle<Script> script, int code_position); |
int GetScriptColumnNumber(Handle<Script> script, int code_position); |
+Handle<Object> GetScriptNameOrSourceURL(Handle<Script> script); |
// Computes the enumerable keys from interceptors. Used for debug mirrors and |
// by GetKeysInFixedArrayFor below. |