mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWebView+Ladybird: Move running JavaScript to ViewImplementation
This commit is contained in:
committed by
Andreas Kling
parent
55609f744d
commit
8c11a2c253
Notes:
sideshowbarker
2024-07-17 01:47:06 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/8c11a2c253 Pull-request: https://github.com/SerenityOS/serenity/pull/16983
@@ -104,4 +104,9 @@ void ViewImplementation::debug_request(DeprecatedString const& request, Deprecat
|
||||
client().async_debug_request(request, argument);
|
||||
}
|
||||
|
||||
void ViewImplementation::run_javascript(StringView js_source)
|
||||
{
|
||||
client().async_run_javascript(js_source);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user