Skip to content

Commit 6c036a3

Browse files
authored
Update SharedBuffer.md
1 parent b64279b commit 6c036a3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

specs/SharedBuffer.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ namespace Microsoft.Web.WebView2.Core
268268
public Stream GetStream();
269269

270270
void Close();
271-
272-
// IDisposable
273-
public void Dispose();
274271
}
275272

276273
runtimeclass CoreWebView2
@@ -316,10 +313,7 @@ namespace Microsoft.Web.WebView2.Core
316313
}
317314

318315
// Note that we are not exposing Handle from WinRT API.
319-
320-
// IClosable
321-
void Close();
322-
}
316+
}
323317

324318
runtimeclass CoreWebView2
325319
{

0 commit comments

Comments
 (0)