Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master'
  • Loading branch information
Wian-TMC committed Mar 9, 2021
commit f118837f65956f581c67832852d481abc6d54ac4
1 change: 1 addition & 0 deletions packages/webview_flutter/ios/Classes/FlutterWebView.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ @implementation FLTWebViewController {
NSMutableSet* _javaScriptChannelNames;
FLTWKNavigationDelegate* _navigationDelegate;
NSObject<FlutterPluginRegistrar>* _registrar;
FLTWKProgressionDelegate* _progressionDelegate;
}

- (instancetype)initWithFrame:(CGRect)frame
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.