Skip to content

Commit bf420ae

Browse files
dcharkesCommit Queue
authored and
Commit Queue
committed
[vm/ffi] Update DynamicLibrary.process() documentation
https://dart-review.googlesource.com/c/sdk/+/260760 added support for Windows to `DynamicLibrary.process()` but forgot to update the dartdoc comment. Change-Id: Ic8533e4d1bb23009753bcdef446e2cfe49dea0f6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264940 Commit-Queue: Daco Harkes <[email protected]> Auto-Submit: Daco Harkes <[email protected]> Reviewed-by: Martin Kustermann <[email protected]> Commit-Queue: Martin Kustermann <[email protected]>
1 parent 6174173 commit bf420ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/lib/ffi/dynamic_library.dart

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class DynamicLibrary {
1313
///
1414
/// Any symbol in a library currently loaded with global visibility
1515
/// (including the executable itself) may be resolved through this library.
16-
///
17-
/// This feature is not available on Windows.
1816
external factory DynamicLibrary.process();
1917

2018
/// Creates a [DynamicLibrary] containing all the symbols of the running

0 commit comments

Comments
 (0)