Skip to content

Commit 8096ec1

Browse files
dagedudavid-risney
andauthored
Apply suggestions from code review
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 78f26f1 commit 8096ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/ExecuteScriptWithResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void ExecuteScriptWithResultAsync(String script)
164164
/// This interface represents a JavaScript exception. If the CoreWebView2.ExecuteScriptWithResult result has IsSuccessful as false, you can use the result's Exception property to get the script exception.
165165
/// use get_Exception to get it.
166166
[uuid(82F22B72-1B22-403E-A0B9-A8816C9C8E45), object, pointer_default(unique)]
167-
interface ICoreWebView2ExecuteScriptException : IUnknown {
167+
interface ICoreWebView2ScriptException : IUnknown {
168168
/// The line number of the source where the exception occurred.
169169
[propget] HRESULT LineNumber([out, retval] UINT* value);
170170
/// The column number of the source where the exception occurred.

0 commit comments

Comments
 (0)