Fix typo
This commit is contained in:
parent
e4d90f747f
commit
22f51372f5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class SrcAttribute extends WebViewAttribute
|
|||
if useragent then opts.useragent = useragent
|
||||
|
||||
guestContents = remote.getGuestWebContents(@webViewImpl.guestInstanceId)
|
||||
guestContents.loadUrl @getValue(), urlOptions
|
||||
guestContents.loadUrl @getValue(), opts
|
||||
|
||||
# Attribute specifies HTTP referrer.
|
||||
class HttpReferrerAttribute extends WebViewAttribute
|
||||
|
|
Loading…
Reference in a new issue