| Index: include/v8.h | 
| diff --git a/include/v8.h b/include/v8.h | 
| index 5730fdf8e7fa5bccdf55eaa2de8b45145c606297..4f12809be1c28630785a571a4902bf7dc4cc29bb 100644 | 
| --- a/include/v8.h | 
| +++ b/include/v8.h | 
| @@ -947,6 +947,15 @@ class V8_EXPORT UnboundScript { | 
| Handle<Value> GetScriptName(); | 
|  | 
| /** | 
| +   * Data read from magic sourceURL comments. | 
| +   */ | 
| +  Handle<Value> GetSourceURL(); | 
| +  /** | 
| +   * Data read from magic sourceMappingURL comments. | 
| +   */ | 
| +  Handle<Value> GetSourceMappingURL(); | 
| + | 
| +  /** | 
| * Returns zero based line number of the code_pos location in the script. | 
| * -1 will be returned if no information available. | 
| */ | 
|  |