| Index: third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
|
| index 564f03ab51db329b9278a81c79389c91018d73a5..abc77d7405b15116c7e4ac88111788980d7a2c27 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
|
| @@ -40,7 +40,11 @@ class CORE_EXPORT ScriptModule final {
|
|
|
| // Returns exception, if any.
|
| ScriptValue Instantiate(ScriptState*);
|
| +
|
| void Evaluate(ScriptState*) const;
|
| + static void ReportException(ScriptState*,
|
| + v8::Local<v8::Value> exception,
|
| + const String& file_name);
|
|
|
| Vector<String> ModuleRequests(ScriptState*);
|
|
|
|
|