Skip to content

Commit

Permalink
Apply reviewer's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanseo0 committed Nov 28, 2023
1 parent d3d4acc commit a44d286
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/webview_flutter/tizen/src/webview.cc
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,7 @@ void WebView::OnConsoleMessage(void* data, Evas_Object* obj, void* event_info) {
stream << text << std::endl;

if (obj) {
WebView* webview =
static_cast<WebView*>(evas_object_data_get(obj, kEwkInstance));
WebView* webview = static_cast<WebView*>(data);
if (webview->webview_controller_channel_) {
flutter::EncodableMap args = {
{flutter::EncodableValue("level"),
Expand Down

0 comments on commit a44d286

Please sign in to comment.