Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h

Issue 1908213004: [Streams] Remove SetReadableStreamDisturbed from ReadableStream.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
index 40fc856f775fa5cb2ac4680a90ebdb1cacc86aea..eef85abf6d5201a39f51f3fdd1b173fd1d837523 100644
--- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
+++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
@@ -66,7 +66,7 @@ public:
bool isStreamErrored();
bool isStreamLocked();
bool isStreamDisturbed();
- void setDisturbed();
+ void closeAndLockAndDisturb();
DEFINE_INLINE_TRACE()
{
@@ -79,7 +79,6 @@ public:
private:
class LoaderClient;
- void lockAndDisturb();
void close();
void error();
void processData();

Powered by Google App Engine
This is Rietveld 408576698