Index: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
index 4629a20e109e0d45f29049d6eb887225dc72c575..3f161b39e3a423529d5a332efaf5e30e78edcd0e 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h |
@@ -116,6 +116,11 @@ class CORE_EXPORT V8ScriptRunner final { |
v8::Local<v8::Context>, |
v8::Isolate*); |
+ // Only to be used from ScriptModule::ReportException(). |
+ static void ReportExceptionForModule(v8::Isolate*, |
+ v8::Local<v8::Value> exception, |
+ const String& file_name); |
+ |
static uint32_t TagForParserCache(CachedMetadataHandler*); |
static uint32_t TagForCodeCache(CachedMetadataHandler*); |
static void SetCacheTimeStamp(CachedMetadataHandler*); |